diff options
author | ronie <ronie@users.noreply.github.com> | 2018-06-22 22:19:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-22 22:19:59 +0200 |
commit | 17e1b0694ee2d2b98ecadd1edbf92c3e7d9134ae (patch) | |
tree | 12754e28e068618b946e1ce9288668483ae6235b /addons | |
parent | 83c0d4aa3430997b6b9ae0373b0f64a9643c5e10 (diff) | |
parent | f40afd0872f77f89b784eb346a44e663d7f4ac41 (diff) |
Merge pull request #14065 from ronie/estouchy-subs
[Estouchy] add subtitle settings button
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 9 | ||||
-rw-r--r-- | addons/skin.estouchy/xml/Includes.xml | 12 |
2 files changed, 14 insertions, 7 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index ca3c679ed8..9f2587cbd4 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -5202,7 +5202,14 @@ msgctxt "#10157" msgid "OSD CMS settings" msgstr "" -#empty strings from id 10158 to 10209 +#empty string with id 10158 + +#: xbmc/guilib/WindowIDs.h +msgctxt "#10159" +msgid "Subtitle OSD settings" +msgstr "" + +#empty strings from id 10160 to 10209 msgctxt "#10210" msgid "Looking for subtitles..." diff --git a/addons/skin.estouchy/xml/Includes.xml b/addons/skin.estouchy/xml/Includes.xml index de8f2a273d..4a63cc6015 100644 --- a/addons/skin.estouchy/xml/Includes.xml +++ b/addons/skin.estouchy/xml/Includes.xml @@ -2456,22 +2456,22 @@ <control type="button"> <label>13395</label> <include>MenuButtonCommonValues</include> - <onclick>ActivateWindow(123)</onclick> + <onclick>ActivateWindow(osdvideosettings)</onclick> </control> <control type="button"> <label>31002</label> <include>MenuButtonCommonValues</include> - <onclick>ActivateWindow(124)</onclick> + <onclick>ActivateWindow(osdaudiosettings)</onclick> </control> <control type="button"> - <label>298</label> + <label>24133</label> <include>MenuButtonCommonValues</include> - <onclick>ActivateWindow(125)</onclick> + <onclick>ActivateWindow(osdsubtitlesettings)</onclick> </control> <control type="button"> - <label>31356</label> + <label>298</label> <include>MenuButtonCommonValues</include> - <onclick>ActivateWindow(SubtitleSearch)</onclick> + <onclick>ActivateWindow(videobookmarks)</onclick> </control> <control type="button"> <label>$LOCALIZE[486]$INFO[Playlist.Repeat, : ]</label> |