Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-22 12:08:14 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-22 12:08:14 (GMT)
commitc3da64561f4f4238acc9319aeae38586d2db2e13 (patch)
tree704bf09a88cd1b3e54dec8663b809cf5001ec53b /shell
parent9a77a6e251b3a21025e65fb623decf225b64e01c (diff)
Move stock-save to document-save.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/clipboardmenu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/clipboardmenu.py b/shell/view/clipboardmenu.py
index f17bf23..2106c76 100644
--- a/shell/view/clipboardmenu.py
+++ b/shell/view/clipboardmenu.py
@@ -122,7 +122,7 @@ class ClipboardMenu(Menu):
if not self._journal_item:
self._journal_item = MenuItem(ClipboardMenu.ACTION_SAVE_TO_JOURNAL,
_('Add to journal'),
- 'theme:stock-save')
+ 'theme:document-save')
self.add_item(self._journal_item)
def _remove_open_item(self):