gtk_set_locale();
- // We should have the wxUSE_WCHAR_T test on the _outside_
if (!wxOKlibc())
wxConvCurrent = &wxConvLocal;
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) )