]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/xrc/xrc.i
fix ifdef - its libpng not pnglib :)
[wxWidgets.git] / wxPython / contrib / xrc / xrc.i
index e2615c7d0e718b5278f64d58c26a6243a83f7df7..546e614e27c0b56a86b3a8ae9299cadef5e23ed5 100644 (file)
@@ -14,7 +14,8 @@
 "The `XmlResource` class allows program resources defining menus, layout of
 controls on a panel, etc. to be loaded from an XML file."
 %enddef
-%module(docstring=DOCSTRING) xrc
+
+%module(package="wx", docstring=DOCSTRING) xrc
 
 
 %{
@@ -24,7 +25,6 @@ controls on a panel, etc. to be loaded from an XML file."
 
 #include <wx/xml/xml.h>
 #include <wx/xrc/xmlres.h>
-
 %}
 
 //---------------------------------------------------------------------------