Fixes for the UNICODE build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-06 21:17:32 +00:00
parent 0a64020858
commit 089142a562
7 changed files with 21 additions and 21 deletions

View File

@@ -211,7 +211,7 @@ def processXML(xmlfile, modname, swigFile, pyFile):
addWX = True
if doRename:
if doRename and name:
old = new = name
if old.startswith('wx') and not old.startswith('wxEVT_'):
# remove all wx prefixes except wxEVT_ and write a %rename directive for it