10 lines
213 B
C++
10 lines
213 B
C++
#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
|