diff options
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 3 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index d6a308c646..a3848e9c38 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2003-02-28 Ettore Perazzoli <ettore@ximian.com> + + * evolution-mail-message.xml: Make "MessageReplyList" and + "MessagePostReply" have no pixbuf. + * evolution-mail-global.xml: Same with "MailPost". + 2003-02-23 Hans Petter Jansson <hpj@ximian.com> * evolution-event-editor.xml: Fix an attributes typo. diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 0600844eb6..ba7c5c9682 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -13,8 +13,7 @@ pixtype="pixbuf"/> <cmd name="MailPost" - _tip="Post a message to a Public folder" - pixtype="pixbuf"/> + _tip="Post a message to a Public folder"/> <cmd name="MailStop" _tip="Cancel the current mail operation" diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 610c07791d..17b19b96f6 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -92,8 +92,7 @@ <cmd name="MessagePostReply" _tip="Post a reply to a message in a Public folder" - accel="" - pixtype="pixbuf"/> + accel=""/> <cmd name="MessageRedirect" _tip="Redirect (bounce) the selected message to someone" @@ -106,8 +105,7 @@ <cmd name="MessageReplyList" _tip="Compose a reply to the mailing list of the selected message" - accel="" - pixtype="pixbuf"/> + accel=""/> <cmd name="MessageReplySender" _tip="Compose a reply to the sender of the selected message" |