From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by dpage: r4469 - trunk/pgadmin3/src/agent |
Date: | 2005-09-26 19:10:07 |
Message-ID: | 200509261910.j8QJA76c001348@developer.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Author: dpage
Date: 2005-09-26 20:10:07 +0100 (Mon, 26 Sep 2005)
New Revision: 4469
Modified:
trunk/pgadmin3/src/agent/dlgStep.cpp
Log:
Must stop copying Andreas' code :-)
Modified: trunk/pgadmin3/src/agent/dlgStep.cpp
===================================================================
--- trunk/pgadmin3/src/agent/dlgStep.cpp 2005-09-26 14:45:06 UTC (rev 4468)
+++ trunk/pgadmin3/src/agent/dlgStep.cpp 2005-09-26 19:10:07 UTC (rev 4469)
@@ -146,7 +146,7 @@
CheckValid(enable, sqlBox->GetLength() > 0, _("Please specify code to execute."));
// Disable/enable the database combo
- if ((wxT("sb")[rbxKind->GetSelection()]) == 'b')
+ if (rbxKind->GetSelection() == 1)
{
cbDatabase->SetSelection(0);
cbDatabase->Enable(false);
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2005-09-26 19:12:04 | Re: SVN Commit by dpage: r4466 - trunk/pgadmin3/src/agent |
Previous Message | Andreas Pflug | 2005-09-26 17:48:38 | Re: SVN Commit by dpage: r4466 - trunk/pgadmin3/src/agent |