diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 1d2e0df9..1e957dd5 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -249,6 +249,8 @@ bool BossGUI::OnInit() { wxLang = wxLANGUAGE_FRENCH; else if (lang.Code() == boss::g_lang_chinese) wxLang = wxLANGUAGE_CHINESE; + else if (lang.Code() == boss::g_lang_polish) + wxLang = wxLANGUAGE_POLISH; } //Boost.Locale initialisation: Specify location of language dictionaries.