X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65dc921d3f1080b8b5c6ca49d2cce228d6924480..cd478a95098915942a1eb63963b1720362b0f6fe:/samples/internat/internat.cpp diff --git a/samples/internat/internat.cpp b/samples/internat/internat.cpp index e887968b5b..cd18fb30f2 100644 --- a/samples/internat/internat.cpp +++ b/samples/internat/internat.cpp @@ -119,6 +119,7 @@ bool MyApp::OnInit() wxLANGUAGE_FRENCH, wxLANGUAGE_GERMAN, wxLANGUAGE_RUSSIAN, + wxLANGUAGE_BULGARIAN, #if wxUSE_UNICODE wxLANGUAGE_JAPANESE, wxLANGUAGE_GEORGIAN, @@ -137,9 +138,10 @@ bool MyApp::OnInit() _T("French"), _T("German"), _T("Russian"), + _T("Bulgarian"), #if wxUSE_UNICODE _T("Japanese"), - _T("Georgian (no translation)"), + _T("Georgian"), #endif _T("English"), _T("English (U.S.)")