X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15d06954409b3f50342b35354b642396a4779b84..5d5c59e9c43193234510f847df1dc139477990c6:/samples/internat/internat.cpp diff --git a/samples/internat/internat.cpp b/samples/internat/internat.cpp index 7644f7fb77..c87774265e 100644 --- a/samples/internat/internat.cpp +++ b/samples/internat/internat.cpp @@ -130,8 +130,11 @@ bool MyApp::OnInit() wxLANGUAGE_BULGARIAN, wxLANGUAGE_CZECH, wxLANGUAGE_POLISH, -#if wxUSE_UNICODE + wxLANGUAGE_SWEDISH, +#if wxUSE_UNICODE || defined(__WXMOTIF__) wxLANGUAGE_JAPANESE, +#endif +#if wxUSE_UNICODE wxLANGUAGE_GEORGIAN, #endif wxLANGUAGE_ENGLISH, @@ -151,8 +154,11 @@ bool MyApp::OnInit() _T("Bulgarian"), _T("Czech"), _T("Polish"), -#if wxUSE_UNICODE + _T("Swedish"), +#if wxUSE_UNICODE || defined(__WXMOTIF__) _T("Japanese"), +#endif +#if wxUSE_UNICODE _T("Georgian"), #endif _T("English"),