diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 17:46:10 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 17:46:10 +0800 |
commit | 225616c3b2a0bcbfc73b914b52ccb8e16d69366b (patch) | |
tree | 0431b2ee6e56876f8dd51e02299d0ec11365b478 | |
parent | 5bdc672b86d748913582e841098504513db54e09 (diff) | |
download | gsoc2013-evolution-225616c3b2a0bcbfc73b914b52ccb8e16d69366b.tar gsoc2013-evolution-225616c3b2a0bcbfc73b914b52ccb8e16d69366b.tar.gz gsoc2013-evolution-225616c3b2a0bcbfc73b914b52ccb8e16d69366b.tar.bz2 gsoc2013-evolution-225616c3b2a0bcbfc73b914b52ccb8e16d69366b.tar.lz gsoc2013-evolution-225616c3b2a0bcbfc73b914b52ccb8e16d69366b.tar.xz gsoc2013-evolution-225616c3b2a0bcbfc73b914b52ccb8e16d69366b.tar.zst gsoc2013-evolution-225616c3b2a0bcbfc73b914b52ccb8e16d69366b.zip |
use bigger Save icon for toolbar.
2001-08-20 Damon Chaplin <damon@ximian.com>
* gui/contact-editor/e-contact-editor.c: use bigger Save icon for
toolbar.
svn path=/trunk/; revision=12279
-rw-r--r-- | addressbook/ChangeLog | 3 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d9c0bfefcc..ea1b7c7d5f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,8 @@ 2001-08-20 Damon Chaplin <damon@ximian.com> + * gui/contact-editor/e-contact-editor.c: use bigger Save icon for + toolbar. + * gui/component/addressbook.c: use 'Save As' icon rather than 'Save' as it seems more appropriate. Also added delete icon for menu. diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 1907e6de30..9801a89160 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -1056,6 +1056,7 @@ EPixmap pixmaps[] = { E_PIXMAP ("/commands/ContactEditorPrint", "print.xpm"), E_PIXMAP ("/commands/ContactEditorPrintEnvelope", "print.xpm"), + E_PIXMAP ("/Toolbar/ContactEditorSave", "buttons/save-24.png"), E_PIXMAP ("/Toolbar/ContactEditorDelete", "buttons/delete-message.png"), E_PIXMAP ("/Toolbar/ContactEditorPrint", "buttons/print.png"), |