aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-07-25 00:44:26 +0800
committerPeter Williams <peterw@src.gnome.org>2001-07-25 00:44:26 +0800
commit6b7bac34fac28f749d6114dcb8bd30d5ee08d332 (patch)
treee4c91d1fa56ae861fb1c6c173ca76b0e4de808f6
parent020d3367a8115cbf6da07c6994dc72af8c26278e (diff)
downloadgsoc2013-evolution-6b7bac34fac28f749d6114dcb8bd30d5ee08d332.tar
gsoc2013-evolution-6b7bac34fac28f749d6114dcb8bd30d5ee08d332.tar.gz
gsoc2013-evolution-6b7bac34fac28f749d6114dcb8bd30d5ee08d332.tar.bz2
gsoc2013-evolution-6b7bac34fac28f749d6114dcb8bd30d5ee08d332.tar.lz
gsoc2013-evolution-6b7bac34fac28f749d6114dcb8bd30d5ee08d332.tar.xz
gsoc2013-evolution-6b7bac34fac28f749d6114dcb8bd30d5ee08d332.tar.zst
gsoc2013-evolution-6b7bac34fac28f749d6114dcb8bd30d5ee08d332.zip
Add "Compose New Message" to the Actions menu as suggested in bug #866.
2001-07-24 Peter Williams <peterw@ximian.com> * evolution-mail-global.xml: Add "Compose New Message" to the Actions menu as suggested in bug #866. Also fix it so that the pixmaps for the Compose menu items are displayed. svn path=/trunk/; revision=11344
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/evolution-mail-global.xml4
2 files changed, 8 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 3bbb9b516b..1cb375e7f3 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-24 Peter Williams <peterw@ximian.com>
+
+ * evolution-mail-global.xml: Add "Compose New Message" to the
+ Actions menu as suggested in bug #866. Also fix it so that the
+ pixmaps for the Compose menu items are displayed.
+
2001-07-23 Jason Leach <jleach@ximian.com>
* evolution-mail-message.xml: Add the "Mark as Unimportant" cmd
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml
index 70aa517a4d..46811dbc29 100644
--- a/ui/evolution-mail-global.xml
+++ b/ui/evolution-mail-global.xml
@@ -49,8 +49,7 @@
<submenu name="New">
<placeholder name="NewFirstItem">
<menuitem name="MessageNew" verb="MailCompose"
- accel="*Control*n" _label="_Mail Message"
- pixtype="pixbuf"/>
+ accel="*Control*n" _label="_Mail Message"/>
<separator/>
</placeholder>
@@ -73,6 +72,7 @@
<submenu name="Actions">
<placeholder name="Component">
<menuitem name="MailGetSend" verb="" _label="_Send / Receive"/>
+ <menuitem name="ActionCompose" verb="MailCompose" _label="Compose _New Message"/>
<separator/>