diff options
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6221841ec3..769c804373 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2001-08-17 Damon Chaplin <damon@ximian.com> + + * gui/component/addressbook.c: changed to new print icon. + 2001-08-17 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names.c: (struct diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index e73a01164b..b849f28b72 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -271,6 +271,7 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/Toolbar/ContactNew", "new_contact.xpm"), E_PIXMAP ("/Toolbar/ContactNewList", "all_contacts.xpm"), + E_PIXMAP ("/Toolbar/ContactsPrint", "buttons/print.png"), E_PIXMAP_END }; |