diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-30 10:44:27 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-30 10:44:27 +0800 |
commit | 64beb73a14bf957fdf85a9f7d982cfcac7ae3c88 (patch) | |
tree | 696a72c3feddbd2399f36f912f7ddb96269c588f /ui | |
parent | c3eee80636b4e0f14875f51cbfb408be87e9ce49 (diff) | |
download | gsoc2013-evolution-64beb73a14bf957fdf85a9f7d982cfcac7ae3c88.tar gsoc2013-evolution-64beb73a14bf957fdf85a9f7d982cfcac7ae3c88.tar.gz gsoc2013-evolution-64beb73a14bf957fdf85a9f7d982cfcac7ae3c88.tar.bz2 gsoc2013-evolution-64beb73a14bf957fdf85a9f7d982cfcac7ae3c88.tar.lz gsoc2013-evolution-64beb73a14bf957fdf85a9f7d982cfcac7ae3c88.tar.xz gsoc2013-evolution-64beb73a14bf957fdf85a9f7d982cfcac7ae3c88.tar.zst gsoc2013-evolution-64beb73a14bf957fdf85a9f7d982cfcac7ae3c88.zip |
Added an EncodingPlaceholder, shuffled around the items for the Edit menu
* evolution-message-composer.xml: Added an EncodingPlaceholder,
shuffled around the items for the Edit menu a little bit. Removed
"Delete All" which is too dangerous a command [especially without
confirmation as it is implemented now].
svn path=/trunk/; revision=14406
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 97b2e37377..4b7d22615e 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,12 @@ 2001-10-29 Ettore Perazzoli <ettore@ximian.com> + * evolution-message-composer.xml: Added an EncodingPlaceholder, + shuffled around the items for the Edit menu a little bit. Removed + "Delete All" which is too dangerous a command [especially without + confirmation as it is implemented now]. + +2001-10-29 Ettore Perazzoli <ettore@ximian.com> + * evolution-message-composer.xml: Remove separator from the end of the "View" menu. diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index ac862b95e5..69afe09117 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -36,7 +36,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" type="toggle" state="0"/> @@ -99,9 +99,10 @@ <placeholder name="EditUndoRedo"/> <separator/> <placeholder name="EditCutCopyPaste"/> - <menuitem name="DeleteAll" _label="_Delete all" verb="" accel="*Ctrl**Alt*d"/> <separator/> <placeholder name="EditFindReplace"/> + <separator/> + <placeholder name="EncodingPlaceholder"/> <separator/> <placeholder name="EditMisc"/> </submenu> |