]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
Derive wxWebViewEvent from wxNotifyEvent.
[wxWidgets.git] / src / gtk1 / app.cpp
index 5627fbe89a0d3e3e6584c461d4d51730c6101dbe..6c81dc38a44b0c223817cbb154c4f8c80c61eb03 100644 (file)
@@ -587,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) )