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
This commit is contained in:
Larry Ewing
2001-10-25 22:54:53 +00:00
committed by Larry Ewing
parent 8ede51a94d
commit 62f4997a26
2 changed files with 10 additions and 4 deletions

View File

@ -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>

View File

@ -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"/>