aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-message-composer.xml
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-30 10:44:27 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-30 10:44:27 +0800
commit64beb73a14bf957fdf85a9f7d982cfcac7ae3c88 (patch)
tree696a72c3feddbd2399f36f912f7ddb96269c588f /ui/evolution-message-composer.xml
parentc3eee80636b4e0f14875f51cbfb408be87e9ce49 (diff)
downloadgsoc2013-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/evolution-message-composer.xml')
-rw-r--r--ui/evolution-message-composer.xml5
1 files changed, 3 insertions, 2 deletions
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>