diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-25 16:04:17 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-25 16:04:17 +0800 |
commit | 57f1c74f30c97911e0c8b6d47f00e3067a73d9ed (patch) | |
tree | 739c2b5114aa60475e8ee6016f8506392e95a9e6 /ui | |
parent | 6ede85cff36220030475ee74f50b4989a45ba1dd (diff) | |
download | gsoc2013-evolution-57f1c74f30c97911e0c8b6d47f00e3067a73d9ed.tar.gz gsoc2013-evolution-57f1c74f30c97911e0c8b6d47f00e3067a73d9ed.tar.zst gsoc2013-evolution-57f1c74f30c97911e0c8b6d47f00e3067a73d9ed.zip |
Get the mailer to use the new menu icons.
svn path=/trunk/; revision=7805
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 0a8ee13855..cfb3eb8ae9 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,10 @@ 2001-01-25 Ettore Perazzoli <ettore@ximian.com> + * evolution-mail.xml: Set the `pixtype' of the "Configure Folder" + and "Mail Configuration" items to "pixbuf". + +2001-01-25 Ettore Perazzoli <ettore@ximian.com> + * evolution-addressbook.xml: Change the type of the "Find a contact" item to "pixbuf". Also set the type to "pixbuf" for "Addressbook Configuration", and "Print Contacts". diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 04480e6cca..7418abfeff 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -70,7 +70,7 @@ <menuitem name="VFolderEdit" verb="SetVFolder" _label="_Virtual Folder Editor..."/> - <menuitem name="SetMailConfig" verb="" _label="_Mail Configuration..." /> + <menuitem name="SetMailConfig" verb="" _label="_Mail Configuration..." pixtype="pixbuf"/> <menuitem name="SetSubscribe" verb="" _label="Manage Subscriptions..."/> @@ -190,7 +190,8 @@ accel="*Control*x"/> <menuitem name="FolderConfig" verb="" - _label="_Configure Folder..."/> + _label="_Configure Folder..." + pixtype="pixbuf"/> </submenu> |