]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.cpp
Don't include wxUniversal configurations in MSVC project files.
[wxWidgets.git] / tests / test.cpp
index 5225ce76b1d39963669a4721dd0895b5e703d9ff..6619dd21c529f03c6022798c4d663e9e135e9344 100644 (file)
@@ -472,8 +472,6 @@ bool TestApp::OnInit()
     if ( !TestAppBase::OnInit() )
         return false;
 
-    SetCLocale();
-
 #if wxUSE_GUI
     cout << "Test program for wxWidgets GUI features\n"
 #else