diff options
Diffstat (limited to 'addons/skin.estuary/xml/VideoOSD.xml')
-rw-r--r-- | addons/skin.estuary/xml/VideoOSD.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/addons/skin.estuary/xml/VideoOSD.xml b/addons/skin.estuary/xml/VideoOSD.xml index 66e24c6c9a..7b59b8c2cd 100644 --- a/addons/skin.estuary/xml/VideoOSD.xml +++ b/addons/skin.estuary/xml/VideoOSD.xml @@ -161,9 +161,7 @@ <include content="OSDButton"> <param name="texture" value="osd/fullscreen/buttons/settings-subtitle.png"/> </include> - <onclick>SetProperty(settingslist_content,subtitle,home)</onclick> - <onclick>SetProperty(settingslist_header,$LOCALIZE[24012],home)</onclick> - <onclick>ActivateWindow(1101)</onclick> + <onclick>ActivateWindow(osdsubtitlesettings)</onclick> <visible>!VideoPlayer.Content(LiveTV) | VideoPlayer.HasSubtitles</visible> </control> <control type="radiobutton" id="255"> |