* src/images/stock_calendar.png: added

* src/gramps_main.py: add gramps-date as a stock icon


svn: r7873
This commit is contained in:
Don Allingham
2007-01-06 23:03:55 +00:00
parent 2b30971dc3
commit e21e267dd1
5 changed files with 8 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ sharefam_icon = "share-fam.png"
def register_stock_icons ():
items = [
(os.path.join(const.image_dir, "stock_calendar.png"),
('gramps-date',_('Date'),gtk.gdk.CONTROL_MASK,0,'')),
(os.path.join(const.image_dir, person_icon),
('gramps-person',_('Person'),gtk.gdk.CONTROL_MASK,0,'')),
(os.path.join(const.image_dir, parents_icon),