diff options
author | montellese <montellese@xbmc.org> | 2014-12-22 00:53:02 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-12-22 01:05:59 +0100 |
commit | c7ca1cbb5ffaf42c2af26e11999b9e67b59d2b35 (patch) | |
tree | 0072f50b52fcbbc6859b9f7cad2cd1e85ba90fc4 /addons/xbmc.gui | |
parent | 3b07c17bed076dffbb265ae200256bdc9780ffb7 (diff) |
addons: rename "defaultresolutionwide" attribute to "defaultwideresolution" in skin.xsd
Diffstat (limited to 'addons/xbmc.gui')
-rw-r--r-- | addons/xbmc.gui/skin.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/xbmc.gui/skin.xsd b/addons/xbmc.gui/skin.xsd index 64796cd01c..b7e4a91108 100644 --- a/addons/xbmc.gui/skin.xsd +++ b/addons/xbmc.gui/skin.xsd @@ -18,7 +18,7 @@ <xs:attribute name="id" type="simpleIdentifier"/> <xs:attribute name="name" type="xs:string"/> <xs:attribute name="defaultresolution" type="xs:string" use="required"/> - <xs:attribute name="defaultresolutionwide" type="xs:string" use="required"/> + <xs:attribute name="defaultwideresolution" type="xs:string"/> <xs:attribute name="effectslowdown" type="xs:float"/> <xs:attribute name="debugging" type="xs:boolean"/> </xs:complexType> |