X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7463f75f9c170c29b4965d27dccf535ac32cfde..f284605f65f6f957c90452b574f4131079819b53:/utils/configtool/src/wxconfigtool.h?ds=sidebyside diff --git a/utils/configtool/src/wxconfigtool.h b/utils/configtool/src/wxconfigtool.h index a38fca2140..5fe71a22b1 100644 --- a/utils/configtool/src/wxconfigtool.h +++ b/utils/configtool/src/wxconfigtool.h @@ -13,7 +13,7 @@ #define _AP_WXCONFIGTOOL_H_ #ifdef __GNUG__ -#pragma interface wxconfigtool.cpp +#pragma interface "wxconfigtool.cpp" #endif #include "wx/docview.h" @@ -99,12 +99,6 @@ protected: /// The application directory. wxString m_appDir; - /// Global print data, to remember settings during the session. - wxPrintData m_printData; - - /// Global page setup data. - wxPageSetupDialogData m_pageSetupData; - /// Notebook window. wxNotebook* m_notebookWindow; @@ -136,6 +130,7 @@ DECLARE_APP(ctApp) // File menu ids #define ctID_SAVE_SETUP_FILE 1001 #define ctID_SAVE_CONFIGURE_COMMAND 1002 +#define ctID_GO 1003 // Edit menu ids #define ctID_ADD_ITEM 1030