Added 'Go' button for quickly saving setup or configure file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user