// Name: src/gtk1/app.cpp
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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) )