diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-18 10:08:46 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-18 10:08:46 +0800 |
commit | d71fc48f75e60590701171f5310e6dd977b8d3cd (patch) | |
tree | 00f3128cf7b82d67c54bad2002a03a32692a4b28 | |
parent | 949a6ef6dcbf28e1bb9b927eae734994fcfa8e42 (diff) | |
download | gsoc2013-evolution-d71fc48f75e60590701171f5310e6dd977b8d3cd.tar.gz gsoc2013-evolution-d71fc48f75e60590701171f5310e6dd977b8d3cd.tar.zst gsoc2013-evolution-d71fc48f75e60590701171f5310e6dd977b8d3cd.zip |
changed to new print icon.
2001-08-17 Damon Chaplin <damon@ximian.com>
* gui/component/addressbook.c: changed to new print icon.
svn path=/trunk/; revision=12188
-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 }; |