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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by andreas: r4431 - trunk/pgadmin3/src/schema
Date: 2005-09-06 19:07:51
Message-ID: 200509061907.j86J7p5N016543@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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);
}

Browse pgadmin-hackers by date

  From Date Subject
Next Message Tomasz Rybak 2005-09-07 15:42:58 Rules listing error
Previous Message svn 2005-09-04 19:37:17 SVN Commit by andreas: r4430 - in trunk/pgadmin3/src: frm schema