* 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

@ -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'),