diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-06-10 19:57:15 +1200 |
---|---|---|
committer | jmarshallnz <jcmarsha@gmail.com> | 2014-06-10 19:57:15 +1200 |
commit | 8e0033a8ed387db48fb4ddf68b43cb7fc184de80 (patch) | |
tree | b4d1756e0d13eaf1da3e6f5e3a8af7c6d45415fd /addons | |
parent | 648b8b779187b5f414f78022b373126b41c39284 (diff) | |
parent | e689db7ce1fc5ce28c3f5d3e45a6977b8cdcb23d (diff) |
Merge pull request #4287 from jmarshallnz/neverneverland
[addons] add support for 'never' updating or checking for updates
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/AddonBrowser.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/AddonBrowser.xml b/addons/skin.confluence/720p/AddonBrowser.xml index 133cb6697e..bea44b9e5d 100644 --- a/addons/skin.confluence/720p/AddonBrowser.xml +++ b/addons/skin.confluence/720p/AddonBrowser.xml @@ -98,10 +98,9 @@ <align>center</align> <aligny>center</aligny> </control> - <control type="radiobutton" id="5"> - <description>Enable auto-updates</description> - <left>0</left> - <top>130</top> + <control type="button" id="5"> + <description>addon-updates</description> + <textwidth>235</textwidth> <include>ButtonCommonValues</include> <label>24063</label> </control> |