A lot of changes, finished Settings dialog.
This commit is contained in:
9
wxCrossGen/settingsconsts.hpp
Normal file
9
wxCrossGen/settingsconsts.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef SETTINGSCONSTS_HPP
|
||||
#define SETTINGSCONSTS_HPP
|
||||
|
||||
#include <wx/wx.h>
|
||||
|
||||
const wxString SETTINGS_KEY_DICT_PATH = wxT("/Dict/Path");
|
||||
const wxString SETTINGS_DEFAULT_DICTPATH = wxT("big_cross_ru.txt");
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user