diff options
author | Larry Ewing <lewing@ximian.com> | 2002-07-24 02:09:02 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2002-07-24 02:09:02 +0800 |
commit | 761efc48f559ed05c3d2b3baf780547d6179a7cd (patch) | |
tree | 26d218804ad1c9d68c07958cf44d0626d47a107c /ui | |
parent | a7289d38f7e84dfa8fffd09462bcf851fe9fb5da (diff) | |
download | gsoc2013-evolution-761efc48f559ed05c3d2b3baf780547d6179a7cd.tar.gz gsoc2013-evolution-761efc48f559ed05c3d2b3baf780547d6179a7cd.tar.zst gsoc2013-evolution-761efc48f559ed05c3d2b3baf780547d6179a7cd.zip |
changed accel for HTML from T to M to avoid conflict with other menu
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.
svn path=/trunk/; revision=17552
Diffstat (limited to 'ui')
-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" |