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:
@ -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()
|
||||
|
Reference in New Issue
Block a user