]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
somehow an additional call moved in... removed
[wxWidgets.git] / samples / internat / internat.cpp
index 7644f7fb7748d88cea7d0bd9b92c5c2dea2af1f1..c87774265e7856ad76d8c7957e31de948629bc0f 100644 (file)
@@ -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"),