Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/helpbutton.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-11-06 01:26:31 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-11-06 01:26:31 (GMT)
commit0b28a34491d693df8510f2d020aec11d0bc6102f (patch)
treeae0de15a152af163a3a67c81409f818db69ebc73 /helpbutton.py
parent3d91f962891d7ebe01a0022ebb818459f1284eea (diff)
Use sugar-artwork help icon SL#4110
Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
Diffstat (limited to 'helpbutton.py')
-rw-r--r--helpbutton.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpbutton.py b/helpbutton.py
index 8507e39..3a4c286 100644
--- a/helpbutton.py
+++ b/helpbutton.py
@@ -34,7 +34,7 @@ class HelpButton(Gtk.ToolItem):
def __init__(self, **kwargs):
GObject.GObject.__init__(self)
- help_button = ToolButton('help-icon')
+ help_button = ToolButton('toolbar-help')
help_button.set_tooltip(_('Help'))
self.add(help_button)