diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 28854d474f..14b68fc943 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2002-07-23 Larry Ewing <lewing@ximian.com> + + * evolution-message-composer.xml: changed accel for HTML from T to + M to avoid conflict with other menu items. + 2002-07-22 Radek Doulik <rodo@ximian.com> * evolution-message-composer.xml: removed insert file as gtkhtml diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 827d76c092..8a4ac08999 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -30,7 +30,7 @@ <cmd name="DeleteAll" _label="_Delete all" _tip="Delete all but signature"/> - <cmd name="FormatHtml" _label="H_TML" _tip="Send the mail in HTML format" + <cmd name="FormatHtml" _label="HT_ML" _tip="Send the mail in HTML format" type="toggle" state="0"/> <cmd name="ViewFrom" _label="_From Field" |