diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-04 03:09:40 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-04 03:09:40 +0800 |
commit | f506e1e1dba645fc51484762699898421db47c31 (patch) | |
tree | 48ae97868264aaedb2ac85e556544e45a1e7205a | |
parent | 2a6e9f19c556e7f071e31cd99e34e05ffaec448a (diff) | |
download | gsoc2013-evolution-f506e1e1dba645fc51484762699898421db47c31.tar.gz gsoc2013-evolution-f506e1e1dba645fc51484762699898421db47c31.tar.zst gsoc2013-evolution-f506e1e1dba645fc51484762699898421db47c31.zip |
we want to insert at the place holder spot
2003-12-03 JP Rosevear <jpr@ximian.com>
* evolution-mail-global.xml: we want to insert at the place holder
spot
svn path=/trunk/; revision=23617
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 6fa3cf8ad0..81d0f5cc40 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2003-12-03 JP Rosevear <jpr@ximian.com> + + * evolution-mail-global.xml: we want to insert at the place holder + spot + 2003-11-30 Yuedong Du <yuedong.du@sun.com> * evolution-mail-list.xml: change shortcut of 'invert selection' from diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index db0a2eaf7c..84dafeca3d 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -51,13 +51,13 @@ <placeholder name="MailListView"/> </submenu> - <submenu name="EditPlaceholder"> + <placeholder name="EditPlaceholder"> <submenu name="Edit"> <placeholder name="MailListEdit"/> <placeholder name="MailMessageEdit"/> <placeholder name="MailListEditFlags"/> </submenu> - </submenu> + </placeholder> <submenu name="Actions" _label="_Actions"> <placeholder name="ComponentActionsPlaceholder"> |