wxImage::InitStandardHandlers();
- /* no global cursor under X
- g_globalCursor = new wxCursor; */
-
wxModule::RegisterModules();
if (!wxModule::InitializeModules()) return FALSE;
{
gtk_set_locale();
- if (!wxOKlibc()) wxConv_current = &wxConv_local;
+ if (!wxOKlibc()) wxConvCurrent = &wxConvLocal;
gtk_init( &argc, &argv );