]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
fix text scrolling in GTK2 (patch 703988)
[wxWidgets.git] / wxPython / src / helpers.cpp
index 74e229aa8112d4c94eb50e488ab0e8b84d405fef..57b971ae57ad73e7bd8d21bfd0b22cd2bf78d6fe 100644 (file)
@@ -384,7 +384,7 @@ void __wxPreStart(PyObject* moduleDict)
 #endif
 
     // Ensure that the build options in the DLL (or whatever) match this build
-    wxApp::CheckBuildOptions(wxBuildOptions());
+    wxApp::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE, "wxPython");
 
     // Create an exception object to use for wxASSERTions
     wxPyAssertionError = PyErr_NewException("wxPython.wxc.wxPyAssertionError",