diff options
author | amet <amet.nospam@gmail.com> | 2013-11-13 01:01:13 +0400 |
---|---|---|
committer | amet <amet.nospam@gmail.com> | 2013-11-13 01:01:13 +0400 |
commit | eee7e979563a4f2560d53ccc1089cc5680ac8d5f (patch) | |
tree | 852dd96453aa821deb31e586571b2d16eb23ece7 /addons/skin.confluence | |
parent | 46c6a7451423cb673a886db0c7ede20236e3d551 (diff) |
[subtitle download] let the skin control flag files, service should only send 2 letter country code
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/DialogSubtitles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/DialogSubtitles.xml b/addons/skin.confluence/720p/DialogSubtitles.xml index 379f1248ff..e0c4da5340 100644 --- a/addons/skin.confluence/720p/DialogSubtitles.xml +++ b/addons/skin.confluence/720p/DialogSubtitles.xml @@ -137,7 +137,7 @@ <top>11</top> <width>26</width> <height>17</height> - <texture>Subtitles/flags/$INFO[ListItem.Thumb]</texture> + <texture>Subtitles/flags/$INFO[ListItem.Thumb].gif</texture> </control> <control type="label"> <left>40</left> @@ -208,7 +208,7 @@ <top>11</top> <width>26</width> <height>17</height> - <texture>Subtitles/flags/$INFO[ListItem.Thumb]</texture> + <texture>Subtitles/flags/$INFO[ListItem.Thumb].gif</texture> </control> <control type="label"> <left>40</left> |