]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_defs.i
wxMenu::Append (and similar) now return a pointer to the wxMenuItem
[wxWidgets.git] / wxPython / src / _defs.i
index cb02767991d8fa8dfb069c31e2f6b8e5029fecfc..e8b4f7fdd1d59c415371f30a3f4b899579db9cb0 100644 (file)
@@ -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;