Fix some namings and xml formatting in rc.xml and rc.xsd

This commit is contained in:
Denis Kaganovich 2012-10-06 20:53:36 -04:00 committed by Dana Jansens
parent 56a0993300
commit 1974c69fb3
2 changed files with 4 additions and 3 deletions

View file

@ -634,10 +634,10 @@
submenu will not be shown until it is clicked on --> submenu will not be shown until it is clicked on -->
<submenuHideDelay>400</submenuHideDelay> <submenuHideDelay>400</submenuHideDelay>
<!-- time to delay before hiding a submenu when selecting another <!-- time to delay before hiding a submenu when selecting another
entry in parent menu --> entry in parent menu
if this is a negative value, then the delay is infinite and the if this is a negative value, then the delay is infinite and the
submenu will not be hidden until a different submenu is opened --> submenu will not be hidden until a different submenu is opened -->
<applicationIcons>yes</applicationIcons> <showIcons>yes</showIcons>
<!-- controls if icons appear in the client-list-(combined-)menu --> <!-- controls if icons appear in the client-list-(combined-)menu -->
<manageDesktops>yes</manageDesktops> <manageDesktops>yes</manageDesktops>
<!-- show the manage desktops section in the client-list-(combined-)menu --> <!-- show the manage desktops section in the client-list-(combined-)menu -->

View file

@ -393,7 +393,8 @@
<xsd:enumeration value="InactiveWindow"/> <xsd:enumeration value="InactiveWindow"/>
<xsd:enumeration value="MenuHeader"/> <xsd:enumeration value="MenuHeader"/>
<xsd:enumeration value="MenuItem"/> <xsd:enumeration value="MenuItem"/>
<xsd:enumeration value="OnScreenDisplay"/> <xsd:enumeration value="ActiveOnScreenDisplay"/>
<xsd:enumeration value="InactiveOnScreenDisplay"/>
</xsd:restriction> </xsd:restriction>
</xsd:simpleType> </xsd:simpleType>
<xsd:simpleType name="fontweight"> <xsd:simpleType name="fontweight">