diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-28 07:11:49 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-28 07:11:49 +0800 |
commit | cb77c52063a1ca5709e58d1f331d9fb2ac726bbc (patch) | |
tree | 3dd5de105848cf368cfdedbe47163532a1b180f8 /ui/evolution.xml | |
parent | c3d6f44895ba788921ab04798c615d2cbac959a7 (diff) | |
download | gsoc2013-evolution-cb77c52063a1ca5709e58d1f331d9fb2ac726bbc.tar gsoc2013-evolution-cb77c52063a1ca5709e58d1f331d9fb2ac726bbc.tar.gz gsoc2013-evolution-cb77c52063a1ca5709e58d1f331d9fb2ac726bbc.tar.bz2 gsoc2013-evolution-cb77c52063a1ca5709e58d1f331d9fb2ac726bbc.tar.lz gsoc2013-evolution-cb77c52063a1ca5709e58d1f331d9fb2ac726bbc.tar.xz gsoc2013-evolution-cb77c52063a1ca5709e58d1f331d9fb2ac726bbc.tar.zst gsoc2013-evolution-cb77c52063a1ca5709e58d1f331d9fb2ac726bbc.zip |
Move the Tools menu outside the ComponentToolsPlaceholder. Likewise.
* evolution.xml: Move the Tools menu outside the
ComponentToolsPlaceholder.
* evolution-addressbook.xml: Likewise.
* evolution-calendar.xml: Likewise.
* evolution-mail-global.xml: Likewise.
* evolution-mail-message.xml: Likewise.
* evolution-mail-messagedisplay.xml: Likewise.
* evolution-tasks.xml: Likewise.
* my-evolution.xml: Likewise.
svn path=/trunk/; revision=13202
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index 1e73aa9093..112488738b 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -136,10 +136,12 @@ <placeholder name="ViewAfterControl"/> </submenu> - <placeholder name="Component"/> - <placeholder name="ComponentActionsPlaceholder"/> - <placeholder name="ComponentToolsPlaceholder"/> + + <submenu name="Tools" _label="_Tools"> + <placeholder name="ComponentPlaceholder"/> + <menuitem name="PilotSettings" verb="" _label="_Pilot Settings..."/> + </submenu> <submenu name="Help" _label="_Help"> |