| From: | svn(at)pgadmin(dot)org |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | SVN Commit by dpage: r4154 - trunk/pgadmin3/src |
| Date: | 2005-05-06 21:16:44 |
| Message-ID: | 200505062116.j46LGibY014809@developer.pgadmin.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Author: dpage
Date: 2005-05-06 22:16:44 +0100 (Fri, 06 May 2005)
New Revision: 4154
Modified:
trunk/pgadmin3/src/pgAdmin3.cpp
Log:
Fix typo
Modified: trunk/pgadmin3/src/pgAdmin3.cpp
===================================================================
--- trunk/pgadmin3/src/pgAdmin3.cpp 2005-05-06 21:08:17 UTC (rev 4153)
+++ trunk/pgadmin3/src/pgAdmin3.cpp 2005-05-06 21:16:44 UTC (rev 4154)
@@ -238,7 +238,7 @@
if (wxDir::Exists(DATA_DIR IL8N_DIR))
uiPath = DATA_DIR IL8N_DIR;
- else if (wxDir::Exists(loadpath + IL8N_DIR))
+ else if (wxDir::Exists(loadPath + IL8N_DIR))
uiPath = loadPath + IL8N_DIR;
else if (wxDir::Exists(DATA_DIR UI_DIR))
uiPath = DATA_DIR UI_DIR;
| From | Date | Subject | |
|---|---|---|---|
| Next Message | svn | 2005-05-06 21:42:15 | SVN Commit by dpage: r4155 - in trunk/pgadmin3/src: main schema |
| Previous Message | svn | 2005-05-06 20:47:19 | SVN Commit by dpage: r4152 - trunk/pgadmin3/src/frm |