wxClassInfo::InitializeClasses();
- wxSystemSettings::Init();
-
#if wxUSE_INTL
wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
#endif
delete wxPendingEventsLocker;
#endif
- wxSystemSettings::Done();
-
wxClassInfo::CleanUpClasses();
// Can't do this in wxModule, because fonts are needed by stock lists