From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by andreas: r4480 - trunk/pgadmin3/src/include |
Date: | 2005-10-03 00:55:57 |
Message-ID: | 200510030055.j930tv5O030696@developer.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Author: andreas
Date: 2005-10-03 01:55:56 +0100 (Mon, 03 Oct 2005)
New Revision: 4480
Modified:
trunk/pgadmin3/src/include/frmHint.h
Log:
improved hint suppress handling
Modified: trunk/pgadmin3/src/include/frmHint.h
===================================================================
--- trunk/pgadmin3/src/include/frmHint.h 2005-10-03 00:49:52 UTC (rev 4479)
+++ trunk/pgadmin3/src/include/frmHint.h 2005-10-03 00:55:56 UTC (rev 4480)
@@ -47,6 +47,7 @@
frmHint(wxWindow *fr, bool force);
~frmHint();
+ void SetHint(const wxString &info);
void OnFix(wxCommandEvent &ev);
static int GetHintNo(const wxString &hint);
static bool WantHint(int hintno);
@@ -55,6 +56,7 @@
DECLARE_EVENT_TABLE();
+ wxArrayInt hintnos;
int currentHint;
bool force;
};
From | Date | Subject | |
---|---|---|---|
Next Message | svn | 2005-10-03 01:00:53 | SVN Commit by andreas: r4481 - in trunk/pgadmin3/src: dlg include schema |
Previous Message | svn | 2005-10-03 00:49:52 | SVN Commit by andreas: r4479 - trunk/pgadmin3/src/frm |