]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
Added XRC handler for wxTimePickerCtrl.
[wxWidgets.git] / src / gtk1 / app.cpp
index 66fced32c3d7690f9740b666c4cf2bb9e6cefbf0..6c81dc38a44b0c223817cbb154c4f8c80c61eb03 100644 (file)
@@ -531,7 +531,6 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
 
     gtk_set_locale();
 
-    // We should have the wxUSE_WCHAR_T test on the _outside_
     if (!wxOKlibc())
         wxConvCurrent = &wxConvLocal;
 
@@ -588,7 +587,7 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
         return false;
     }
 
-    // we can not enter threads before gtk_init is done
+    // we cannot enter threads before gtk_init is done
     gdk_threads_enter();
 
     if ( !wxAppBase::Initialize(argc, argv) )