git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25806
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// `Main program' equivalent, creating windows and returning main app frame
bool MyApp::OnInit()
{
// `Main program' equivalent, creating windows and returning main app frame
bool MyApp::OnInit()
{
+ wxInitAllImageHandlers();
+
#if defined(__WXGTK__) && defined(wxUSE_UNICODE)
wxConvCurrent = &wxConvLibc;
#endif
#if defined(__WXGTK__) && defined(wxUSE_UNICODE)
wxConvCurrent = &wxConvLibc;
#endif