SVN Commit by dpage: r4251 - trunk/pgadmin3/src/include
От | svn@pgadmin.org |
---|---|
Тема | SVN Commit by dpage: r4251 - trunk/pgadmin3/src/include |
Дата | |
Msg-id | 200505251335.j4PDZq0o023877@developer.pgadmin.org обсуждение исходный текст |
Список | pgadmin-hackers |
Author: dpage Date: 2005-05-25 14:35:52 +0100 (Wed, 25 May 2005) New Revision: 4251 Modified: trunk/pgadmin3/src/include/frmMain.h Log: Return the real imagelist, not a dummy one to prevent exceptions when opening dialogues with security tabs in debug builds. Modified: trunk/pgadmin3/src/include/frmMain.h =================================================================== --- trunk/pgadmin3/src/include/frmMain.h 2005-05-25 13:33:31 UTC (rev 4250) +++ trunk/pgadmin3/src/include/frmMain.h 2005-05-25 13:35:52 UTC (rev 4251) @@ -55,7 +55,7 @@ void SetDatabase(pgDatabase *newDatabase) { m_database = newDatabase; } void ShowStatistics(pgObject *data, int sel); - wxImageList *GetImageList() { return images; } + wxImageList *GetImageList() { return imageList; } wxTreeCtrl *GetBrowser() { return browser; } ctlSQLBox *GetSqlPane() { return sqlPane; } ctlListView *GetProperties() { return properties; } @@ -73,7 +73,6 @@ ctlSQLBox *sqlPane; wxMenu *newMenu, *toolsMenu, *viewMenu, *treeContextMenu, *newContextMenu, *slonyMenu; wxTreeItemId servers; - wxImageList *images; wxSplitterWindow *horizontal, *vertical; wxStopWatch stopwatch;
В списке pgadmin-hackers по дате отправления: