]> git.saurik.com Git - wxWidgets.git/commitdiff
changed swig type table name
authorRobin Dunn <robin@alldunn.com>
Thu, 13 Jan 2005 20:44:18 +0000 (20:44 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 13 Jan 2005 20:44:18 +0000 (20:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/config.py

index 158d6e79a331b3952cc618ff4e0b47ef926ff1b2..b0801e020598f3b1473b2475a8e8de547c81f71e 100644 (file)
@@ -644,7 +644,7 @@ if os.name == 'nt':
                 (WXPLAT, None),
                 ('WXUSINGDLL', '1'),
 
-                ('SWIG_TYPE_TABLE', 'wxPython_type_table'),
+                ('SWIG_TYPE_TABLE', '_wxPython_table'),
                 ('WXP_USE_THREAD', '1'),
                 ]