website refers to wxWidgets 2.5.3, shouldn't it be 2.6.0 ?
- From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
- To: PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>
- Subject: website refers to wxWidgets 2.5.3, shouldn't it be 2.6.0 ?
- Date: Sun, 05 Jun 2005 22:14:59 +0200
- Message-id: <42A35D43.2050502@club-internet.fr> <text/plain>
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.")?>
Home |
Main Index |
Thread Index