Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-11-01 14:10:06 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-11-01 14:10:06 (GMT)
commitda7f562e04ddcc377c8043c931524e9edccfdde6 (patch)
tree583a16393b6f3bed34fe2fdb563894bb060c4aa3 /webtoolbar.py
parent822f1bc50b43904e5ed8df7cf9fc8b92e5817a5b (diff)
Use favorite icon for session bookmark and call it Bookmark #3741
Diffstat (limited to 'webtoolbar.py')
-rwxr-xr-xwebtoolbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 29ac855..6fe0d32 100755
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -80,8 +80,8 @@ class WebToolbar(gtk.Toolbar):
self.insert(entry_item, -1)
entry_item.show()
- self._link_add = ToolButton('add-link')
- self._link_add.set_tooltip(_('Add Link'))
+ self._link_add = ToolButton('emblem-favorite')
+ self._link_add.set_tooltip(_('Bookmark'))
self._link_add.connect('clicked', self._link_add_clicked_cb)
self.insert(self._link_add, -1)
self._link_add.show()