Thread: SVN Commit by andreas: r4431 - trunk/pgadmin3/src/schema

SVN Commit by andreas: r4431 - trunk/pgadmin3/src/schema

From
svn@pgadmin.org
Date:
Author: andreas
Date: 2005-09-06 20:07:50 +0100 (Tue, 06 Sep 2005)
New Revision: 4431

Modified:
   trunk/pgadmin3/src/schema/pgObject.cpp
Log:
The mystery of curly braces... and their correct placement

Modified: trunk/pgadmin3/src/schema/pgObject.cpp
===================================================================
--- trunk/pgadmin3/src/schema/pgObject.cpp    2005-09-04 19:37:16 UTC (rev 4430)
+++ trunk/pgadmin3/src/schema/pgObject.cpp    2005-09-06 19:07:50 UTC (rev 4431)
@@ -846,9 +846,9 @@
                 return;
             }
         }
+        wxMessageBox(_("The schema oid can't be located, please refresh all schemas!"),
+            _("Missing information"), wxICON_EXCLAMATION | wxOK, browser);
     }
-    wxMessageBox(_("The schema oid can't be located, please refresh all schemas!"),
-        _("Missing information"), wxICON_EXCLAMATION | wxOK, browser);
 }