]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
Fixed typo
[wxWidgets.git] / wxPython / src / gdi.i
index 117e3705811e348d5bc82d8138a10bf0982c6f9d..453b0e9f8e2a78d8e449e44c0582cc427863af1b 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module gdi
+%module _gdi
 
 //---------------------------------------------------------------------------
 
@@ -23,9 +23,9 @@
 //---------------------------------------------------------------------------
 
 %import core.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
 
-%include _gdi_rename.i
+%include __gdi_rename.i
 
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);