aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2005-09-26 19:16:28 +0800
committerParthasarathi Susarla <saps@src.gnome.org>2005-09-26 19:16:28 +0800
commit5f23f22fa49de3788f25f41fcf81483d0560f51b (patch)
tree9d31159f44ce892ca83e02609d0e03fc3a91ef7e /ui
parenta4230a3c4fe8ffc08860a013788a270f8c442fe1 (diff)
downloadgsoc2013-evolution-5f23f22fa49de3788f25f41fcf81483d0560f51b.tar
gsoc2013-evolution-5f23f22fa49de3788f25f41fcf81483d0560f51b.tar.gz
gsoc2013-evolution-5f23f22fa49de3788f25f41fcf81483d0560f51b.tar.bz2
gsoc2013-evolution-5f23f22fa49de3788f25f41fcf81483d0560f51b.tar.lz
gsoc2013-evolution-5f23f22fa49de3788f25f41fcf81483d0560f51b.tar.xz
gsoc2013-evolution-5f23f22fa49de3788f25f41fcf81483d0560f51b.tar.zst
gsoc2013-evolution-5f23f22fa49de3788f25f41fcf81483d0560f51b.zip
changing the order of the main menu items due to HIG (#308614)
2005-09-24 Andre Klapper <a9016009@gmx.de> * evolution-message-composer.xml: changing the order of the main menu items due to HIG (#308614) svn path=/trunk/; revision=30376
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-message-composer.xml14
2 files changed, 11 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 2be1d8bed7..8f99833559 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-24 Andre Klapper <a9016009@gmx.de>
+ * evolution-message-composer.xml: changing the order of the
+ main menu items due to HIG (#308614)
+
2005-09-23 S.Antony Vincent Pandian <santony@gmail.com>
* evolution.xml: Have added the "View Status Bar" under the "View" menu
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml
index a34a19b910..c22804d461 100644
--- a/ui/evolution-message-composer.xml
+++ b/ui/evolution-message-composer.xml
@@ -116,13 +116,6 @@
<placeholder name="EditMisc"/>
</submenu>
- <submenu name="Format" _label="For_mat">
- <menuitem name="FormatHtml" verb=""/>
-
- <separator/>
- <placeholder name="FormatParagraph"/>
- </submenu>
-
<submenu name="View" _label="_View">
<menuitem name="ViewFrom" verb=""/>
<menuitem name="ViewTo" verb=""/>
@@ -140,6 +133,13 @@
<menuitem name="RequestReceipt" verb=""/>
</submenu>
+ <submenu name="Format" _label="For_mat">
+ <menuitem name="FormatHtml" verb=""/>
+
+ <separator/>
+ <placeholder name="FormatParagraph"/>
+ </submenu>
+
<submenu name="Security" _label="_Security">
<menuitem name="SecurityPGPSign" verb="" _label="PGP Sign"/>
<menuitem name="SecurityPGPEncrypt" verb="" _label="PGP Encrypt"/>