aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/update/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Plugins/update/plugin.py')
-rw-r--r--lib/python/Plugins/update/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/update/plugin.py b/lib/python/Plugins/update/plugin.py
index aca5c674..1d91a558 100644
--- a/lib/python/Plugins/update/plugin.py
+++ b/lib/python/Plugins/update/plugin.py
@@ -253,4 +253,4 @@ def UpgradeMain(session):
session.open(UpdatePluginMenu)
def Plugins():
- return PluginDescriptor(name="Softwareupdate", description="Updates your receiver's software", where = PluginDescriptor.WHERE_PLUGINMENU, fnc=UpgradeMain)
+ return PluginDescriptor(name="Softwareupdate", description="Updates your receiver's software", icon="update.png", where = PluginDescriptor.WHERE_PLUGINMENU, fnc=UpgradeMain)