2008-02-19 Benny Malengier <benny.malengier@gramps-project.org>

* src/ViewManager.py: CTRL+B as accel for clipboard



svn: r10062
This commit is contained in:
Benny Malengier 2008-02-19 08:42:31 +00:00
parent eb48d8290e
commit a1e29c9daf
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2008-02-19 Benny Malengier <benny.malengier@gramps-project.org>
* src/ViewManager.py: CTRL+B as accel for clipboard
2008-02-19 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/glade/gramps.glade: enlarged dbmanager by 70 pixels
so that all of the date can show in window. Note: glade-3

View File

@ -451,7 +451,7 @@ class ViewManager:
]
self._action_action_list = [
('ScratchPad', gtk.STOCK_PASTE, _('_Clipboard'), "<alt>s",
('ScratchPad', gtk.STOCK_PASTE, _('Clip_board'), "<control>b",
_("Open the Clipboard dialog"), self.scratchpad),
('Import', 'gramps-import', _('_Import...'), "<control>i", None,
self.import_data),