* src/ViewManager.py: use import image
2007-11-12 Benny Malengier <benny.malengier@gramps-project.org> svn: r9337
This commit is contained in:
parent
14d6cc70d0
commit
8f3c7808a1
@ -1,3 +1,6 @@
|
||||
2007-11-12 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/ViewManager.py: use import image
|
||||
|
||||
2007-11-12 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/images/gramps-import.png : import image
|
||||
* src/gramps_main.py: register import image
|
||||
|
@ -453,7 +453,7 @@ class ViewManager:
|
||||
self._action_action_list = [
|
||||
('ScratchPad', gtk.STOCK_PASTE, _('_ScratchPad'), "<alt>s",
|
||||
_("Open the ScratchPad dialog"), self.scratchpad),
|
||||
('Import', gtk.STOCK_CONVERT, _('_Import'), "<control>i", None,
|
||||
('Import', 'gramps-import', _('_Import'), "<control>i", None,
|
||||
self.import_data),
|
||||
('Tools', 'gramps-tools', _('_Tools'), None,
|
||||
_("Open the tools dialog"), self.tools_clicked),
|
||||
|
Loading…
Reference in New Issue
Block a user