From d82d49e0dc1036dddd8aa26054b10bd814f456e4 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sun, 9 Jan 2011 19:12:37 +0100 Subject: [PATCH] update windows installer link --- downloads.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads.php b/downloads.php index f160f23f..b1505e24 100644 --- a/downloads.php +++ b/downloads.php @@ -143,7 +143,7 @@ print _(" Windows installer\n"); print (" </h2>\n"); print ("</a>\n"); #print _("Installer for 0.14 will be available as soon as possible. Currently available:")." <a href=\"downloads/0.13/gajim-0.13.4-2.exe\">"._("Gajim 0.13.4 installer")."</a>.\n"; -print _(" There is a ")." <a href=\"downloads/".$download_folder."/gajim-".$last_version."-2.exe\">"._("Gajim installer")."</a>.\n"; +print _(" There is a ")." <a href=\"downloads/".$download_folder."/gajim-".$last_version."-3.exe\">"._("Gajim installer")."</a>.\n"; #print _("The installer doesn't contain translations because of a") . " <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=574520\">" . _("GTK bug") . "</a>.\n"; print (" <br/>\n"); #print _(" Here is a")." <a href=\"downloads/0.13/gajim-0.13-rc5.exe\">"._("Gajim installer")."</a> "; -- GitLab