Add initial locale support
This commit is contained in:
@@ -22,8 +22,7 @@ class wxUI: public wxFrame
|
||||
wxUI(KissCount* kiss, const wxString& title, const wxPoint& pos, const wxSize& size);
|
||||
~wxUI();
|
||||
|
||||
void OnQuit(wxCommandEvent& event);
|
||||
void OnAbout(wxCommandEvent& event);
|
||||
bool InitLanguage(long language);
|
||||
|
||||
void ChangeUser();
|
||||
void LoadUser();
|
||||
@@ -42,7 +41,9 @@ class wxUI: public wxFrame
|
||||
AccountPanel *_accountPanel;
|
||||
PreferencesPanel *_preferencesPanel;
|
||||
wxPanel *_curPanel;
|
||||
wxLocale *_locale;
|
||||
bool _needReload;
|
||||
|
||||
void ShowPanel(wxPanel* panel);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user