From ffd4ec72e6ad96414d4de542e05c6ba7042ec7af Mon Sep 17 00:00:00 2001 From: Luc Date: Sat, 8 Feb 2014 15:30:35 +0100 Subject: [PATCH] polish translation --- src/gui/main.cpp | 2 ++ 1 file changed, 2 insertions(+) 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.