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 /addressbook/gui | |
parent | 5bdc672b86d748913582e841098504513db54e09 (diff) | |
download | gsoc2013-evolution-225616c3b2a0bcbfc73b914b52ccb8e16d69366b.tar.gz 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
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |