diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-01 01:26:24 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-01 01:26:24 +0800 |
commit | 4ab6d9ca9b4695fc7bd9358db93cac9a5f78df6c (patch) | |
tree | 583d8aaa503ccd562f4881444f7df4d1c44ef690 /ui | |
parent | dd2a35e6735eafd13bf8481f387bb677694bdec0 (diff) | |
download | gsoc2013-evolution-4ab6d9ca9b4695fc7bd9358db93cac9a5f78df6c.tar gsoc2013-evolution-4ab6d9ca9b4695fc7bd9358db93cac9a5f78df6c.tar.gz gsoc2013-evolution-4ab6d9ca9b4695fc7bd9358db93cac9a5f78df6c.tar.bz2 gsoc2013-evolution-4ab6d9ca9b4695fc7bd9358db93cac9a5f78df6c.tar.lz gsoc2013-evolution-4ab6d9ca9b4695fc7bd9358db93cac9a5f78df6c.tar.xz gsoc2013-evolution-4ab6d9ca9b4695fc7bd9358db93cac9a5f78df6c.tar.zst gsoc2013-evolution-4ab6d9ca9b4695fc7bd9358db93cac9a5f78df6c.zip |
Make "MessageReplyList" and "MessagePostReply" have no pixbuf. Same with
* evolution-mail-message.xml: Make "MessageReplyList" and
"MessagePostReply" have no pixbuf.
* evolution-mail-global.xml: Same with "MailPost".
svn path=/trunk/; revision=20101
Diffstat (limited to 'ui')
-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" |