diff options
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> |