]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/appsettings.h
Removed obsolete DSP file
[wxWidgets.git] / utils / configtool / src / appsettings.h
index 8a529fc82ae8e4f3308bdd0678a3a3ef4aaf00e7..c702d663a126052a236256715b4314313752448a 100644 (file)
@@ -13,7 +13,7 @@
 #define _AP_APPSETTINGS_H_
 
 #ifdef __GNUG__
-#pragma interface appsettings.cpp
+#pragma interface "appsettings.cpp"
 #endif
 
 #include "wx/notebook.h"
@@ -87,7 +87,7 @@ public:
     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;
@@ -117,6 +117,13 @@ public:
     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