#define _AP_WXCONFIGTOOL_H_
#ifdef __GNUG__
-#pragma interface wxconfigtool.cpp
+#pragma interface "wxconfigtool.cpp"
#endif
#include "wx/docview.h"
/// 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;
// 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