Обсуждение: SVN Commit by andreas: r4480 - trunk/pgadmin3/src/include

Поиск
Список
Период
Сортировка

SVN Commit by andreas: r4480 - trunk/pgadmin3/src/include

От
svn@pgadmin.org
Дата:
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;
 };