Update helpers.cpp

This commit is contained in:
Luc
2014-02-08 21:28:39 +01:00
parent f941063601
commit c5d78bdf02
+1 -1
View File
@@ -287,7 +287,7 @@ namespace boss {
}
else if (_code == g_lang_polish) {
_name = "Polski";
_isoCode = "pl";
_isoCode = "pol";
_locale = "pl.UTF-8";
}
}