Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parent3d91f962891d7ebe01a0022ebb818459f1284eea (diff)
Use sugar-artwork help icon SL#4110
Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
-rw-r--r--helpbutton.py2
-rw-r--r--icons/help-icon.svg14
2 files changed, 1 insertions, 15 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)
diff --git a/icons/help-icon.svg b/icons/help-icon.svg
deleted file mode 100644
index f6c92bf..0000000
--- a/icons/help-icon.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="55px" height="55px">
- <path
- style="fill:none;stroke:#ffffff;stroke-width:3;stroke-linejoin:round"
- d="M 48,28 A 20,20 0 1 1 8,28 A 20,20 0 1 1 48,28 z"/>
- <path
- style="fill:none;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round"
- d="M 22,20 C 22,20 25,17 29,17 C 33,17 36,19 36,23 C 36,27 31,29 28,29 L 28,32" />
- <path
- style="fill:#ffffff"
- d="M 25,40
- a 3,3 0 1 1 6,0
- a 3,3 0 1 1 -6,0 z" />
-</svg>