aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2001-10-26 06:54:53 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-10-26 06:54:53 +0800
commit62f4997a269dfa5f1bcdb94d56f96f1387ddf87d (patch)
treefee10cc6f7e52b9916342032bbfa29ff7f1eb7b6 /ui
parent8ede51a94d1e0721708ffc1d4cc84cc7ae86887c (diff)
downloadgsoc2013-evolution-62f4997a269dfa5f1bcdb94d56f96f1387ddf87d.tar
gsoc2013-evolution-62f4997a269dfa5f1bcdb94d56f96f1387ddf87d.tar.gz
gsoc2013-evolution-62f4997a269dfa5f1bcdb94d56f96f1387ddf87d.tar.bz2
gsoc2013-evolution-62f4997a269dfa5f1bcdb94d56f96f1387ddf87d.tar.lz
gsoc2013-evolution-62f4997a269dfa5f1bcdb94d56f96f1387ddf87d.tar.xz
gsoc2013-evolution-62f4997a269dfa5f1bcdb94d56f96f1387ddf87d.tar.zst
gsoc2013-evolution-62f4997a269dfa5f1bcdb94d56f96f1387ddf87d.zip
add separator before text size menu
2001-10-25 Larry Ewing <lewing@ximian.com> * evolution-mail-message.xml: add separator before text size menu svn path=/trunk/; revision=14106
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog8
-rw-r--r--ui/evolution-mail-message.xml6
2 files changed, 10 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index fbc5b66681..638af31183 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-25 Larry Ewing <lewing@ximian.com>
+
+ * evolution-mail-message.xml: add separator before text size menu
+
2001-10-24 Christopher James Lahey <clahey@ximian.com>
* evolution-addressbook.xml: Added Delete and BackSpace
@@ -5,8 +9,8 @@
2001-10-22 Anna Marie Dirks <anna@ximian.com>
- * evolution-message-composer.xml: Added an accelerator (H_TML) to the Format->Html
- menu item.
+ * evolution-message-composer.xml: Added an accelerator (H_TML) to
+ the Format->Html menu item.
2001-10-20 Larry Ewing <lewing@ximian.com>
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index 45d4fd263c..035b5d1ac5 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -169,11 +169,11 @@
<cmd name="TextZoomIn"
_tip="Increase the text size"
- accel="*Control*+"/>
+ accel="*Control*+" />
<cmd name="TextZoomOut"
_tip="Decrease the text size"
- accel="*Control*-"/>
+ accel="*Control*-" />
<cmd name="TextZoomReset"
_tip="Reset the text to its original size"/>
@@ -221,6 +221,8 @@
<submenu name="View">
<placeholder name="MailMessageView">
+ <separator/>
+
<submenu name="TextSize" _label="Text Si_ze">
<menuitem name="TextZoomOut" verb="" _label="S_maller"/>
<menuitem name="TextZoomIn" verb="" _label="_Larger"/>