diff options
| author | Denis Kaganovich <mahatma@eu.by> | 2012-10-06 20:53:36 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2012-10-06 22:30:02 -0400 |
| commit | 1974c69fb356a4958316dc7657a5f726804ac648 (patch) | |
| tree | ba3893d24c8ea0bbd63c9f5eab603e84441e6ffa /data/rc.xsd | |
| parent | 56a0993300e6b4939b2c4eae1cf4d444732cd043 (diff) | |
Fix some namings and xml formatting in rc.xml and rc.xsd
Diffstat (limited to 'data/rc.xsd')
| -rw-r--r-- | data/rc.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/rc.xsd b/data/rc.xsd index e2850336..fb7da522 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -393,7 +393,8 @@ <xsd:enumeration value="InactiveWindow"/> <xsd:enumeration value="MenuHeader"/> <xsd:enumeration value="MenuItem"/> - <xsd:enumeration value="OnScreenDisplay"/> + <xsd:enumeration value="ActiveOnScreenDisplay"/> + <xsd:enumeration value="InactiveOnScreenDisplay"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="fontweight"> |
