* src/ViewManager.py: new config changes, handle exception, enable Edit button
by default svn: r6445
This commit is contained in:
parent
d2c2a5d13b
commit
839d4f4a6b
@ -1,6 +1,7 @@
|
|||||||
2006-04-25 Don Allingham <don@gramps-project.org>
|
2006-04-25 Don Allingham <don@gramps-project.org>
|
||||||
* src/GrampsCfg/py: move and rename tabs, change Prefixes for Formats
|
* 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/GrampsCfg.py: new config changes
|
||||||
* src/Config/gen_schema_keys.py: new config changes
|
* src/Config/gen_schema_keys.py: new config changes
|
||||||
* src/gramps_main.py: new config changes
|
* src/gramps_main.py: new config changes
|
||||||
|
@ -284,6 +284,7 @@ class ViewManager:
|
|||||||
('OpenRecent', None, 'Open _Recent'),
|
('OpenRecent', None, 'Open _Recent'),
|
||||||
('Quit', gtk.STOCK_QUIT, '_Quit', "<control>q", None, self.quit),
|
('Quit', gtk.STOCK_QUIT, '_Quit', "<control>q", None, self.quit),
|
||||||
('ViewMenu', None, '_View'),
|
('ViewMenu', None, '_View'),
|
||||||
|
('EditMenu', None, '_Edit'),
|
||||||
('Preferences', gtk.STOCK_PREFERENCES, '_Preferences', None, None,
|
('Preferences', gtk.STOCK_PREFERENCES, '_Preferences', None, None,
|
||||||
self.preferences_activate),
|
self.preferences_activate),
|
||||||
('HelpMenu', None, '_Help'),
|
('HelpMenu', None, '_Help'),
|
||||||
|
Loading…
Reference in New Issue
Block a user