]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
Use gtk_init_check instead of gtk_init so that we can racefully exit
[wxWidgets.git] / wxPython / src / helpers.cpp
index 5ea1b5c9aa36084dceeaa593323681553e735aa5..13f96f4dbd4caa55330d0800e623d6c2c1e4c153 100644 (file)
@@ -523,6 +523,8 @@ void __wxPyPreStart(PyObject* moduleDict)
 
     // Init the stock objects to a non-NULL value so SWIG doesn't create them as None
     wxPy_ReinitStockObjects(1);
+
+    wxInitAllImageHandlers();
 }