]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
fixed modal dialogs after event loop change
[wxWidgets.git] / samples / internat / internat.cpp
index d0aa9475f057fe5b9158dc8ebe6340524583faa4..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,6 +138,7 @@ bool MyApp::OnInit()
             _T("French"),
             _T("German"),
             _T("Russian"),
+            _T("Bulgarian"),
 #if wxUSE_UNICODE
             _T("Japanese"),
             _T("Georgian"),