* src/ViewManager.py: new config changes, handle exception, enable Edit button

by default


svn: r6445
This commit is contained in:
Don Allingham 2006-04-26 04:03:04 +00:00
parent d2c2a5d13b
commit 839d4f4a6b
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2006-04-25 Don Allingham <don@gramps-project.org>
* src/GrampsCfg/py: move and rename tabs, change Prefixes for Formats
* src/ViewManager.py: new config changes, handle exception
* src/ViewManager.py: new config changes, handle exception, enable Edit button
by default
* src/GrampsCfg.py: new config changes
* src/Config/gen_schema_keys.py: new config changes
* src/gramps_main.py: new config changes

View File

@ -284,6 +284,7 @@ class ViewManager:
('OpenRecent', None, 'Open _Recent'),
('Quit', gtk.STOCK_QUIT, '_Quit', "<control>q", None, self.quit),
('ViewMenu', None, '_View'),
('EditMenu', None, '_Edit'),
('Preferences', gtk.STOCK_PREFERENCES, '_Preferences', None, None,
self.preferences_activate),
('HelpMenu', None, '_Help'),