fixed incorrect separators markup in samples/xrc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
623114052c
commit
d4b7035be4
@ -101,7 +101,7 @@
|
|||||||
<bitmap>uncenter.xpm</bitmap>
|
<bitmap>uncenter.xpm</bitmap>
|
||||||
<longhelp>Disable autocentering of a dialog on its parent</longhelp>
|
<longhelp>Disable autocentering of a dialog on its parent</longhelp>
|
||||||
</object>
|
</object>
|
||||||
<separator/>
|
<object class="separator"/>
|
||||||
<object class="tool" name="custom_class_tool_or_menuitem">
|
<object class="tool" name="custom_class_tool_or_menuitem">
|
||||||
<tooltip>Custom Class Example</tooltip>
|
<tooltip>Custom Class Example</tooltip>
|
||||||
<bitmap>custclas.xpm</bitmap>
|
<bitmap>custclas.xpm</bitmap>
|
||||||
@ -172,7 +172,7 @@
|
|||||||
<bitmap>uncenter.xpm</bitmap>
|
<bitmap>uncenter.xpm</bitmap>
|
||||||
<longhelp>Disable autocentering of a dialog on its parent</longhelp>
|
<longhelp>Disable autocentering of a dialog on its parent</longhelp>
|
||||||
</object>
|
</object>
|
||||||
<separator/>
|
<object class="separator"/>
|
||||||
<object class="tool" name="custom_class_tool_or_menuitem">
|
<object class="tool" name="custom_class_tool_or_menuitem">
|
||||||
<tooltip>Custom Class Example</tooltip>
|
<tooltip>Custom Class Example</tooltip>
|
||||||
<bitmap>custclas.xpm</bitmap>
|
<bitmap>custclas.xpm</bitmap>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<bitmap>uncenter.xpm</bitmap>
|
<bitmap>uncenter.xpm</bitmap>
|
||||||
<longhelp>Disable autocentering of a dialog on its parent</longhelp>
|
<longhelp>Disable autocentering of a dialog on its parent</longhelp>
|
||||||
</object>
|
</object>
|
||||||
<separator/>
|
<object class="separator"/>
|
||||||
<object class="tool" name="custom_class_tool_or_menuitem">
|
<object class="tool" name="custom_class_tool_or_menuitem">
|
||||||
<tooltip>Custom Class Example</tooltip>
|
<tooltip>Custom Class Example</tooltip>
|
||||||
<bitmap>custclas.xpm</bitmap>
|
<bitmap>custclas.xpm</bitmap>
|
||||||
|
Loading…
Reference in New Issue
Block a user