Обсуждение: website refers to wxWidgets 2.5.3, shouldn't it be 2.6.0 ?

Поиск
Список
Период
Сортировка

website refers to wxWidgets 2.5.3, shouldn't it be 2.6.0 ?

От
Raphaël Enrici
Дата:
Hi,

http://www.pgadmin.org/download.php#source refers to wxWidgets 2.5.3 as
the only version we support, shouldn't it be 2.6.0?
If yes, a patch attached to correct this.

Regards,
Raphaël
Index: cnt/cnt_download.php
===================================================================
--- cnt/cnt_download.php    (revision 4279)
+++ cnt/cnt_download.php    (working copy)
@@ -353,7 +353,7 @@
             <?php echo _("Microsoft Visual C++ 6.0 or newer.")?>
         </ul>

-        <li><?php echo sprintf(_("wxWidgets %s."), "2.5.3")?>
+        <li><?php echo sprintf(_("wxWidgets %s."), "2.6.0")?>
         <?php echo _("Currently, this is the only version we support.")?>