]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/appsettings.h
Removed obsolete DSP file
[wxWidgets.git] / utils / configtool / src / appsettings.h
index 037efc7b7d5a1a34807e1d31f5e36d1e28ae2910..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;
@@ -118,6 +118,9 @@ public:
     bool                    m_showTrayIcon;
     bool                    m_trayIconIsShown;
 
+    // "Setup file" or "Configure script"
+    wxString                m_defaultFileKind;
+
     // Search settings
     bool                    m_matchCase;
     bool                    m_matchWholeWord;