X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2dc104421c340091342156d6b01f61f1ccff438..35095c028d472a2d0b9607a9430a468765a16e3f:/wxPython/src/_defs.i diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index cb02767991..e8b4f7fdd1 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -65,7 +65,7 @@ typedef unsigned char byte; %enddef %define MAKE_CONST_WXSTRING2(strname, val) - %{ static const wxString wxPy##strname(wxT(val)); %} + %{ static const wxString wxPy##strname(val); %} %immutable; %name(strname) const wxString wxPy##strname; %mutable;