]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
Applied patch [ 758687 ] RegisterHotkey implemented
[wxWidgets.git] / samples / internat / internat.cpp
index 3856f2ebfce176d32208a42bfc6407cbdad4c6a2..cd18fb30f2685ddee78aaf67f83eb66fd2d652ca 100644 (file)
@@ -119,9 +119,13 @@ bool MyApp::OnInit()
         wxLANGUAGE_FRENCH,
         wxLANGUAGE_GERMAN,
         wxLANGUAGE_RUSSIAN,
+        wxLANGUAGE_BULGARIAN,
+#if wxUSE_UNICODE
         wxLANGUAGE_JAPANESE,
+        wxLANGUAGE_GEORGIAN,
+#endif
         wxLANGUAGE_ENGLISH,
-        wxLANGUAGE_ENGLISH_US,
+        wxLANGUAGE_ENGLISH_US
     };
 
     if ( lng == -1 )
@@ -134,7 +138,11 @@ bool MyApp::OnInit()
             _T("French"),
             _T("German"),
             _T("Russian"),
-            _T("Japanese"),         // this will only work in Unicode build
+            _T("Bulgarian"),
+#if wxUSE_UNICODE
+            _T("Japanese"),
+            _T("Georgian"),
+#endif
             _T("English"),
             _T("English (U.S.)")
         };