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);
 }
 
 


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to