* src/DataViews/_MediaView.py: add view option

* src/images/Makefile.am: add stock_zoom
	* src/images/stock_zoom.png: added
	* src/gramps_main.py: register stock_zoom as a stock icon


svn: r7965
This commit is contained in:
Don Allingham
2007-01-24 00:23:39 +00:00
parent 76e798f8be
commit fea8b51093
5 changed files with 18 additions and 3 deletions

View File

@@ -133,6 +133,8 @@ def register_stock_icons ():
('gramps-url',_('URL'),gtk.gdk.CONTROL_MASK,0,'')),
(os.path.join(const.image_dir,'share-fam.png'),
('gramps-sharefamily',_('Share Family'),gtk.gdk.CONTROL_MASK,0,'')),
(os.path.join(const.image_dir,'stock_zoom.png'),
('gramps-viewmedia',_('View'),gtk.gdk.CONTROL_MASK,0,'')),
]
# Register our stock items