From da7f562e04ddcc377c8043c931524e9edccfdde6 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 01 Nov 2007 14:10:06 +0000 Subject: Use favorite icon for session bookmark and call it Bookmark #3741 --- (limited to 'webtoolbar.py') 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() -- cgit v0.9.1