Some structure changes. Added saving of window size
This commit is contained in:
@@ -5,5 +5,9 @@
|
||||
|
||||
const wxString SETTINGS_KEY_DICT_PATH = wxT("/Dict/Path");
|
||||
const wxString SETTINGS_DEFAULT_DICTPATH = wxT("big_cross_ru.txt");
|
||||
const wxString SETTINGS_KEY_FMAIN_HEIGHT = wxT("fMain/Height");
|
||||
const wxString SETTINGS_KEY_FMAIN_WIDTH = wxT("fMain/Width");
|
||||
const int SETTINGS_DEFAULT_FMAIN_HEIGHT = 350;
|
||||
const int SETTINGS_DEFAULT_FMAIN_WIDTH = 600;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user