X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b61261dfedad9eff158d6e40ab0512553da6847a..a0845d45830eb22769107a61a6cb3485fa21922b:/samples/internat/internat.cpp diff --git a/samples/internat/internat.cpp b/samples/internat/internat.cpp index 8498c69753..c87774265e 100644 --- a/samples/internat/internat.cpp +++ b/samples/internat/internat.cpp @@ -131,8 +131,10 @@ bool MyApp::OnInit() wxLANGUAGE_CZECH, wxLANGUAGE_POLISH, wxLANGUAGE_SWEDISH, -#if wxUSE_UNICODE +#if wxUSE_UNICODE || defined(__WXMOTIF__) wxLANGUAGE_JAPANESE, +#endif +#if wxUSE_UNICODE wxLANGUAGE_GEORGIAN, #endif wxLANGUAGE_ENGLISH, @@ -153,8 +155,10 @@ bool MyApp::OnInit() _T("Czech"), _T("Polish"), _T("Swedish"), -#if wxUSE_UNICODE +#if wxUSE_UNICODE || defined(__WXMOTIF__) _T("Japanese"), +#endif +#if wxUSE_UNICODE _T("Georgian"), #endif _T("English"),