diff options
author | jezz_x <jezz_x@svn> | 2009-11-21 17:47:16 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2009-11-21 17:47:16 +0000 |
commit | 7872e37c12771ccff15005ec3cf03beb51fcfe43 (patch) | |
tree | 4e9db948e6454e9611331f5d41401e57bffa0e7d | |
parent | 165587949f788004f8a064285ec150ce9e2c7c15 (diff) |
Changed : [Confluence] swapped the "Get Thumb" "Get Fanart" buttons in the video info dialog to match the music info one
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24841 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | skin/Confluence/720p/DialogVideoInfo.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/skin/Confluence/720p/DialogVideoInfo.xml b/skin/Confluence/720p/DialogVideoInfo.xml index fb9053e365..ad680de555 100644 --- a/skin/Confluence/720p/DialogVideoInfo.xml +++ b/skin/Confluence/720p/DialogVideoInfo.xml @@ -1048,16 +1048,16 @@ <include>ButtonInfoDialogsCommonValues</include>
<label>184</label>
</control>
- <control type="button" id="12">
- <description>Get Fanart</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>20413</label>
- </control>
<control type="button" id="10">
<description>Get Thumb</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>13405</label>
</control>
+ <control type="button" id="12">
+ <description>Get Fanart</description>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>20413</label>
+ </control>
<control type="button" id="11">
<description>Play Trailer</description>
<include>ButtonInfoDialogsCommonValues</include>
|