2007-02-25 Benny Malengier <bm@cage.ugent.be>

* src/gramps_main.py: new icons, register them
	* src/DateEdit.py : use icon
	* src/PageView.py : use icon
	* src/DisplayTabs/_AddrEmbedList.py and
	src/DisplayTabs/_AttrEmbedList.py : use icon


svn: r8236
This commit is contained in:
Benny Malengier
2007-02-25 21:36:42 +00:00
parent 1093e3d69b
commit 97e29e18d1
55 changed files with 5727 additions and 358 deletions

View File

@ -120,7 +120,7 @@ class DateEdit:
self.button_obj = button_obj
image = gtk.Image()
image.set_from_stock('gramps-date', gtk.ICON_SIZE_BUTTON)
image.set_from_stock('gramps-date-edit', gtk.ICON_SIZE_BUTTON)
self.button_obj.set_image(image)
self.button_obj.set_relief(gtk.RELIEF_NORMAL)
self.pixmap_obj = button_obj.get_child()