]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
moving libiconv and libz into linker flags, as Xcode resolves the links otherwise...
[wxWidgets.git] / samples / internat / internat.cpp
index 8498c697530d8976f1b36b43c5cb4bedb31c2984..c87774265e7856ad76d8c7957e31de948629bc0f 100644 (file)
@@ -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"),