Author: dpage
Date: 2006-01-17 22:25:13 +0000 (Tue, 17 Jan 2006)
New Revision: 4920
Modified:
trunk/pgadmin3/docs/en_US/translation_team.html
trunk/pgadmin3/i18n/Makefile.am
trunk/pgadmin3/pkg/debian/rules
trunk/pgadmin3/src/frm/frmHelp.cpp
Log:
Update URLs for new website
Modified: trunk/pgadmin3/docs/en_US/translation_team.html
===================================================================
--- trunk/pgadmin3/docs/en_US/translation_team.html 2006-01-17 15:48:59 UTC (rev 4919)
+++ trunk/pgadmin3/docs/en_US/translation_team.html 2006-01-17 22:25:13 UTC (rev 4920)
@@ -25,7 +25,7 @@
</UL>
<P>
There are other translations in progress, you can check the current translation
- status at our <A HREF="http://www.pgadmin.org/pgadmin3/translation.php">Translation
+ status at our <A HREF="http://www.pgadmin.org/translation/status.php">Translation
status</A> page.
</P>
</body>
Modified: trunk/pgadmin3/i18n/Makefile.am
===================================================================
--- trunk/pgadmin3/i18n/Makefile.am 2006-01-17 15:48:59 UTC (rev 4919)
+++ trunk/pgadmin3/i18n/Makefile.am 2006-01-17 22:25:13 UTC (rev 4920)
@@ -10,7 +10,7 @@
#######################################################################
# Define the list of 'published' languages. This should match those
-# at http://www.pgadmin.org/translation.php. These are the only ones
+# at http://www.pgadmin.org/translation/status.php. These are the only ones
# that will be installed, but all will be shipped in the source tarball.
PUB_TX = af_ZA ar_SA ca_ES de_DE es_ES fi_FI fr_FR ja_JP nl_NL pl_PL sl_SI tr_TR
Modified: trunk/pgadmin3/pkg/debian/rules
===================================================================
--- trunk/pgadmin3/pkg/debian/rules 2006-01-17 15:48:59 UTC (rev 4919)
+++ trunk/pgadmin3/pkg/debian/rules 2006-01-17 22:25:13 UTC (rev 4920)
@@ -97,7 +97,7 @@
# Add here commands to install the package into debian/pgadmin3.
# Finally install all in debian/tmp. Files are dispatched into packages by dh_install
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
- [ ! -f TODO.txt ] && echo "Please consult: http://www.pgadmin.org/pgadmin3/development.php#todo" > TODO.txt ||
true
+ [ ! -f TODO.txt ] && echo "Please consult: http://www.pgadmin.org/development/todo.php" > TODO.txt || true
# move pgadmin3.mo files to locales directory
# this part was written by Andreas Tille <tille@debian.org>
Modified: trunk/pgadmin3/src/frm/frmHelp.cpp
===================================================================
--- trunk/pgadmin3/src/frm/frmHelp.cpp 2006-01-17 15:48:59 UTC (rev 4919)
+++ trunk/pgadmin3/src/frm/frmHelp.cpp 2006-01-17 22:25:13 UTC (rev 4920)
@@ -238,7 +238,7 @@
{
frmHelp *h=new frmHelp(form);
h->Show(true);
- if (!h->Load(wxT("http://www.pgadmin.org/faq/")))
+ if (!h->Load(wxT("http://www.pgadmin.org/pgadmin3/faq/")))
{
h->Destroy();
h=0;