diff options
author | jezz_x <jezz_x@svn> | 2010-07-22 22:17:28 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-07-22 22:17:28 +0000 |
commit | 4aa68057eca0df4e3e215b43d97c5e4f4c2eef99 (patch) | |
tree | c015aa6cb29ab0003e47abaf2626e8e3b1e54e7b /addons | |
parent | 2117575aa07ef8b87def8fd23a43816354893c19 (diff) |
Added: [Confluence] short cut to Add-on browser in the home system sub menu
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32085 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/Home.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/Home.xml b/addons/skin.confluence/720p/Home.xml index 8394ce0564..e70fd87116 100644 --- a/addons/skin.confluence/720p/Home.xml +++ b/addons/skin.confluence/720p/Home.xml @@ -530,6 +530,11 @@ <label>5</label>
<onclick>ActivateWindow(Settings)</onclick>
</control>
+ <control type="button" id="90146">
+ <include>ButtonHomeSubCommonValues</include>
+ <label>24001</label>
+ <onclick>ActivateWindow(AddonBrowser)</onclick>
+ </control>
<control type="button" id="90142">
<include>ButtonHomeSubCommonValues</include>
<label>7</label>
|