SVN Commit by andreas: r4480 - trunk/pgadmin3/src/include - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by andreas: r4480 - trunk/pgadmin3/src/include
Date
Msg-id 200510030055.j930tv5O030696@developer.pgadmin.org
Whole thread Raw
List 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;
 };


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4479 - trunk/pgadmin3/src/frm
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4477 - in trunk/pgadmin3/docs: de_DE/hints en_US/hints