Prompt language selection on fresh startup

This commit is contained in:
Vojtech Kral 2019-04-29 18:27:46 +02:00
parent 69f81120e0
commit ba297a929a
3 changed files with 19 additions and 9 deletions

View file

@ -127,6 +127,7 @@ public:
void persist_window_geometry(wxTopLevelWindow *window, bool default_maximized = false);
void update_ui_from_settings();
bool switch_language();
bool select_language(wxArrayString & names, wxArrayLong & identifiers);
bool load_language();
void save_language();