]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/XmlResourceHandler.py
better __docfilter__ and other epydoc tweaks
[wxWidgets.git] / wxPython / demo / XmlResourceHandler.py
index 1fe3f3f7ad20c7c7c1bffd6466b39af74defbc21..1ef824759b0c249d10b2d3e00b13929d26f811d3 100644 (file)
@@ -12,7 +12,7 @@ resourceText = r'''<?xml version="1.0"?>
 <object class="MyCustomPanel" name="MyPanel">
     <size>200,100</size>
     <object class="wxStaticText" name="label1">
-        <label>This blue panel is a class derived from wx.Panel,\nand is loaded by a custom XmlResourceHandler.</label>
+        <label>This panel is a custom class derived from wx.Panel,\nand is loaded by a custom XmlResourceHandler.</label>
         <pos>10,10</pos>
     </object>
 </object>