Default UI and keys to EN locale.

This commit is contained in:
SET
2022-10-17 15:46:35 +02:00
parent f647ce8206
commit e9a776d0a7
4 changed files with 1758 additions and 1724 deletions

View File

@@ -102,7 +102,7 @@ bool T7App::OnInit()
#endif
////@end T7App initialisation
wxSetlocale(LC_ALL, wxLocale::GetLanguageCanonicalName(wxLocale::GetSystemLanguage()) + _T(".") + wxLocale::GetSystemEncodingName());
wxSetlocale(LC_ALL, "");
SetAppName(_APPNAME_T7_);
SetExitOnFrameDelete(true);
XT7Main * main = new XT7Main( NULL);