X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8961add6aaf26a969a0073f209a38be08a1541e2..521a2cb15495224d42df6116f93049800595a7ba:/wxPython/src/mac/utils.cpp diff --git a/wxPython/src/mac/utils.cpp b/wxPython/src/mac/utils.cpp index 6ebc5ec1c8..26cb3d2389 100644 --- a/wxPython/src/mac/utils.cpp +++ b/wxPython/src/mac/utils.cpp @@ -7867,6 +7867,7 @@ SWIGEXPORT(void) initutilsc() { PyDict_SetItemString(d,"wxCONFIG_USE_LOCAL_FILE", PyInt_FromLong((long) wxCONFIG_USE_LOCAL_FILE)); PyDict_SetItemString(d,"wxCONFIG_USE_GLOBAL_FILE", PyInt_FromLong((long) wxCONFIG_USE_GLOBAL_FILE)); PyDict_SetItemString(d,"wxCONFIG_USE_RELATIVE_PATH", PyInt_FromLong((long) wxCONFIG_USE_RELATIVE_PATH)); + PyDict_SetItemString(d,"wxCONFIG_USE_NO_ESCAPE_CHARACTERS", PyInt_FromLong((long) wxCONFIG_USE_NO_ESCAPE_CHARACTERS)); // These are no longer needed since utils is back in the core // wxClassInfo::CleanUpClasses();