]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/image.cpp
More fixes for wxPopupWindow.
[wxWidgets.git] / wxPython / src / msw / image.cpp
index a976639b332253588e31928d6b13986db7542590..dd2cbb816de5c3753b8e3dca9114574ea7d88931 100644 (file)
@@ -88,7 +88,7 @@ static PyObject* t_output_helper(PyObject* target, PyObject* o) {
 #if PYTHON_API_VERSION >= 1009
     static char* wxStringErrorMsg = "String or Unicode type required";
 #else
-    static char* wxStringErrorMsg = "string type is required for parameter";
+    static char* wxStringErrorMsg = "String type required";
 #endif
 
     wxImage* wxEmptyImage(int width=0, int height=0) {