]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/core.i
Script updates
[wxWidgets.git] / wxPython / src / core.i
index a41427188ffec0bf0543c8a3aefdbc76633ed30b..be891ef234d4af9e0e02cbc041d74f44b8ab3759 100644 (file)
@@ -44,18 +44,16 @@ wx = _sys.modules[__name__]
 
 #endif
 
-//---------------------------------------------------------------------------
 
-%{
-    DECLARE_DEF_STRING(EmptyString);
-//    DECLARE_DEF_STRING(PanelNameStr);
-%}
 
 //---------------------------------------------------------------------------
 // Include all the files that make up the core module
 
 // wxObject, functions and other base stuff
 %include _defs.i
+
+MAKE_CONST_WXSTRING(EmptyString);
+
 %include _obj.i
 %include _gdicmn.i
 %include _streams.i