#define _AP_APPSETTINGS_H_
#ifdef __GNUG__
-#pragma interface appsettings.cpp
+#pragma interface "appsettings.cpp"
#endif
#include "wx/notebook.h"
bool GetFirstTimeRun() const { return m_firstTimeRun; }
public:
- wxString m_currentDocumentDir; // Not yet used
+ wxString m_lastSetupSaveDir; // Not yet used
wxString m_lastDocument; // Last document
bool m_showToolBar;
bool m_smallToolbar;
int m_mainSashSize;
bool m_showTrayIcon;
bool m_trayIconIsShown;
+
+ // "Setup file" or "Configure script"
+ wxString m_defaultFileKind;
+
+ // Search settings
+ bool m_matchCase;
+ bool m_matchWholeWord;
};
#endif