X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08168cc43d14a68d702253d9926b680729066afb..f2ccce28add4d71f5b2a7456d60c08e1d3b45abf:/src/stc/stc.h.in diff --git a/src/stc/stc.h.in b/src/stc/stc.h.in index c7d2bff632..323e0f3c3f 100644 --- a/src/stc/stc.h.in +++ b/src/stc/stc.h.in @@ -258,9 +258,8 @@ public: // Append a string to the end of the document without changing the selection. void AppendTextRaw(const char* text); - #ifdef SWIG - %pythoncode "_stc_utf8_methods.py" + %%pythoncode "_stc_utf8_methods.py" #endif //----------------------------------------------------------------------