Here is a patch to fix the SQL help loading problem.

ahp
--- pgadmin3/src/utils/sysSettings.cpp  2003-07-02 13:41:59.000000000 -0400
+++ pgadmin3.new/src/utils/sysSettings.cpp      2003-07-02 13:42:11.000000000 -0400
@@ -53,7 +53,7 @@
     if (sqlHelpSite.Last() != '/' && sqlHelpSite.Last() != '\\')
         sqlHelpSite += wxT("\\");
 #else
-    Read(wxT("SqlHelpSite"), &sqlHelpSite, loadPath + 
wxT("../share/pgadmin3/docs/en_US/pg/"));
+    Read(wxT("SqlHelpSite"), &sqlHelpSite, loadPath + 
wxT("/../share/pgadmin3/docs/en_US/pg/"));
     if (sqlHelpSite.Last() != '/' && sqlHelpSite.Last() != '\\')
         sqlHelpSite += wxT("/");
 #endif
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to