diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-03-26 22:24:39 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-03-26 22:24:39 +0000 |
commit | cc2686f06fed03356a2f834105be5c63097ddbad (patch) | |
tree | 7f624c368674bc5d450ee0f9d417479323346bdc /skin | |
parent | 32a8f9565d86b71d82dbdc9d3c7d9aa232d9516d (diff) |
changed: Make the heading of ProfileSettings.xml change if it's the first login. Skinners should use Window.Property(heading) rather than string 20067. Ticket #8491.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28872 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin')
-rw-r--r-- | skin/Confluence/720p/ProfileSettings.xml | 4 | ||||
-rw-r--r-- | skin/PM3.HD/720p/ProfileSettings.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/skin/Confluence/720p/ProfileSettings.xml b/skin/Confluence/720p/ProfileSettings.xml index c9b13b6331..2cdee8f92a 100644 --- a/skin/Confluence/720p/ProfileSettings.xml +++ b/skin/Confluence/720p/ProfileSettings.xml @@ -47,7 +47,7 @@ <width>660</width>
<height>30</height>
<font>font13_title</font>
- <label>$LOCALIZE[20067]</label>
+ <label>$INFO[Window.Property(heading)]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
@@ -191,4 +191,4 @@ <ondown>5</ondown>
</control>
</controls>
-</window>
\ No newline at end of file +</window>
diff --git a/skin/PM3.HD/720p/ProfileSettings.xml b/skin/PM3.HD/720p/ProfileSettings.xml index 5caacfa132..4fbe865933 100644 --- a/skin/PM3.HD/720p/ProfileSettings.xml +++ b/skin/PM3.HD/720p/ProfileSettings.xml @@ -32,7 +32,7 @@ <align>center</align>
<aligny>center</aligny>
<font>font18</font>
- <label>$LOCALIZE[20067]</label>
+ <label>$INFO[Window.Property(heading)]</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="image">
@@ -178,4 +178,4 @@ <ondown>5</ondown>
</control>
</controls>
-</window>
\ No newline at end of file +</window>
|