SVN Commit by andreas: r4431 - trunk/pgadmin3/src/schema - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by andreas: r4431 - trunk/pgadmin3/src/schema
Date
Msg-id 200509061907.j86J7p5N016543@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
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);
 }




pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4430 - in trunk/pgadmin3/src: frm schema
Next
From: Tomasz Rybak
Date:
Subject: Cannot compile 4431