]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/appsettings.h
data copying fixes for configtool
[wxWidgets.git] / utils / configtool / src / appsettings.h
index ac218f6d2143216bcd89e692e4f25ee4413adec6..c702d663a126052a236256715b4314313752448a 100644 (file)
@@ -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