]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
GetOsVersion() is now wxGUIAppTraits method instead of a global function
[wxWidgets.git] / samples / internat / internat.cpp
index e887968b5bb4681319605ce0175fff7e507b4079..cd18fb30f2685ddee78aaf67f83eb66fd2d652ca 100644 (file)
@@ -119,6 +119,7 @@ bool MyApp::OnInit()
         wxLANGUAGE_FRENCH,
         wxLANGUAGE_GERMAN,
         wxLANGUAGE_RUSSIAN,
+        wxLANGUAGE_BULGARIAN,
 #if wxUSE_UNICODE
         wxLANGUAGE_JAPANESE,
         wxLANGUAGE_GEORGIAN,
@@ -137,9 +138,10 @@ bool MyApp::OnInit()
             _T("French"),
             _T("German"),
             _T("Russian"),
+            _T("Bulgarian"),
 #if wxUSE_UNICODE
             _T("Japanese"),
-            _T("Georgian (no translation)"),
+            _T("Georgian"),
 #endif
             _T("English"),
             _T("English (U.S.)")