foiegras r63 - in trunk: . src/foiegras/windows
- From: denisw svn gnome org
- To: svn-commits-list gnome org
- Subject: foiegras r63 - in trunk: . src/foiegras/windows
- Date: Mon, 10 Mar 2008 10:56:46 +0000 (GMT)
Author: denisw
Date: Mon Mar 10 10:56:46 2008
New Revision: 63
URL: http://svn.gnome.org/viewvc/foiegras?rev=63&view=rev
Log:
2008-03-10 Denis Washington <denisw svn gnome org>
* src/foiegras/buffer/main.py:
Add a mnemonic for the "Document Properties" menu item.
Modified:
trunk/ChangeLog
trunk/src/foiegras/windows/main.py
Modified: trunk/src/foiegras/windows/main.py
==============================================================================
--- trunk/src/foiegras/windows/main.py (original)
+++ trunk/src/foiegras/windows/main.py Mon Mar 10 10:56:46 2008
@@ -124,7 +124,7 @@
('RecentlyUsedAction', None, _("Open _Recent"), None, _(""), self.dummy_action),
('SaveAction', gtk.STOCK_SAVE, _("_Save"), None, _("Save the current document"), self.save_document),
('SaveAsAction', gtk.STOCK_SAVE_AS, _("Save _As..."), "<Ctrl><Shift>S", _(""), self.save_document_as),
- ('DocumentPropertiesAction', gtk.STOCK_PROPERTIES, _("Document Properties"), None, _(""), self.dummy_action),
+ ('DocumentPropertiesAction', gtk.STOCK_PROPERTIES, _("_Document Properties"), None, _(""), self.dummy_action),
('QuitAction', gtk.STOCK_QUIT, _("_Quit"), None, _(""), self.quit),
('UndoAction', gtk.STOCK_UNDO, _("_Undo"), "<Ctrl>Z", _("Undo the last action"), self.dummy_action),
('RedoAction', gtk.STOCK_REDO, _("_Redo"), "<Ctrl>Y", _("Redo the last undone action"), self.dummy_action),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]