2008-01-29 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/ViewManager.py: 0001641: add ... ellipsis to menu items. 
	* src/plugins/Calendar.py: 0001641: add ... ellipsis to menu items. 
	* src/PluginUtils/__init__.py: pep8 fixes
	* src/PluginUtils/_PluginMgr.py: pylint and doc fixes

svn: r9960
This commit is contained in:
Raphael Ackermann
2008-01-29 21:48:19 +00:00
parent cb4230a0fc
commit 3bd5ea1f35
5 changed files with 39 additions and 42 deletions

View File

@ -394,7 +394,7 @@ class ViewManager:
self.quit),
('ViewMenu', None, _('_View')),
('EditMenu', None, _('_Edit')),
('Preferences', gtk.STOCK_PREFERENCES, _('_Preferences'), None,
('Preferences', gtk.STOCK_PREFERENCES, _('_Preferences...'), None,
None, self.preferences_activate),
('HelpMenu', None, _('_Help')),
('HomePage', None, _('GRAMPS _Home Page'), None, None,