]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed incorrect separators markup in samples/xrc
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 30 Sep 2008 15:04:32 +0000 (15:04 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 30 Sep 2008 15:04:32 +0000 (15:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/xrc/rc/controls.xrc
samples/xrc/rc/toolbar.xrc

index 909bbef43333e598b6827949eea17ce1b3ba8767..7ac11defb6fe75b469ad4c6378674bf7407c378c 100644 (file)
                                         <bitmap>uncenter.xpm</bitmap>
                                         <longhelp>Disable autocentering of a dialog on its parent</longhelp>
                                     </object>
-                                    <separator/>
+                                    <object class="separator"/>
                                      <object class="tool" name="custom_class_tool_or_menuitem">
                                         <tooltip>Custom Class Example</tooltip>
                                         <bitmap>custclas.xpm</bitmap>
                                         <bitmap>uncenter.xpm</bitmap>
                                         <longhelp>Disable autocentering of a dialog on its parent</longhelp>
                                     </object>
-                                    <separator/>
+                                    <object class="separator"/>
                                      <object class="tool" name="custom_class_tool_or_menuitem">
                                         <tooltip>Custom Class Example</tooltip>
                                         <bitmap>custclas.xpm</bitmap>
index ee7833309bf4444cf3d874c04b4566103c4df7bf..00d74ceb5c6d09caf980572d86dfa262f13ad735 100644 (file)
@@ -25,7 +25,7 @@
         <bitmap>uncenter.xpm</bitmap>
         <longhelp>Disable autocentering of a dialog on its parent</longhelp>
     </object>  
-    <separator/>
+    <object class="separator"/>
     <object class="tool" name="custom_class_tool_or_menuitem">
         <tooltip>Custom Class Example</tooltip>
         <bitmap>custclas.xpm</bitmap>