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:
@ -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>
|
||||
|
||||
|
@ -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"/>
|
||||
|
Reference in New Issue
Block a user