diff options
author | Tobias Arrskog <topfs2@xbmc.org> | 2014-01-15 17:35:02 +0100 |
---|---|---|
committer | ace20022 <ace20022@ymail.com> | 2014-08-05 22:50:28 +0200 |
commit | 385052d3a7157a8841d6d5c63b7d0c28dd4f7c66 (patch) | |
tree | 9292e8efdfc4f42d325df0c3af03e8be2e50e700 /addons | |
parent | 515baddb73e1a2eb5914bc9170b1b6d1e078ebee (diff) |
Added a CycleSubtitle action which cycles subtitles without toggling from disable/enable
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/VideoOSD.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/VideoOSD.xml b/addons/skin.confluence/720p/VideoOSD.xml index 0f17187694..9e023de760 100644 --- a/addons/skin.confluence/720p/VideoOSD.xml +++ b/addons/skin.confluence/720p/VideoOSD.xml @@ -570,7 +570,7 @@ <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus> <pulseonselect>false</pulseonselect> <label>209</label> - <onclick>NextSubtitle</onclick> + <onclick>CycleSubtitle</onclick> <visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible> </control> <control type="radiobutton" id="404"> |