SVN Commit by dpage: r4608 - trunk/pgadmin3/src/base

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4608 - trunk/pgadmin3/src/base
Date: 2005-10-24 13:08:21
Message-ID: 200510241308.j9OD8Lp0012241@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-10-24 14:08:21 +0100 (Mon, 24 Oct 2005)
New Revision: 4608

Modified:
trunk/pgadmin3/src/base/appbase.cpp
Log:
Don't forget to search the loadpath for pg_dump etc.

Modified: trunk/pgadmin3/src/base/appbase.cpp
===================================================================
--- trunk/pgadmin3/src/base/appbase.cpp 2005-10-24 12:47:18 UTC (rev 4607)
+++ trunk/pgadmin3/src/base/appbase.cpp 2005-10-24 13:08:21 UTC (rev 4608)
@@ -46,6 +46,9 @@
if (loadPath.IsEmpty())
loadPath = wxT(".");

+ // Look in the app directory for things first
+ path.Add(loadPath);
+
#if defined(__WXMSW__)

// Search for the right paths. We check the following locations:

Browse pgadmin-hackers by date

  From Date Subject
Next Message Miha Radej 2005-10-24 13:34:26 Re: translation question regarding guru hints
Previous Message svn 2005-10-24 12:47:18 SVN Commit by dpage: r4607 - in trunk/pgadmin3: . src/frm