X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8754feb8482150a47f0829b6e697eba8406325e6..0122b7e3fcfd78f879470053c91a60e3c66537a3:/wxPython/src/msw/help.cpp?ds=sidebyside diff --git a/wxPython/src/msw/help.cpp b/wxPython/src/msw/help.cpp index d4fee340ad..2e134ddb00 100644 --- a/wxPython/src/msw/help.cpp +++ b/wxPython/src/msw/help.cpp @@ -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 #ifdef __cplusplus extern "C" {