diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-09 14:44:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-09 14:44:34 +0800 |
commit | 3a1dbfa0440d6472047685dfe3fc078e163ccfa6 (patch) | |
tree | 25e577d5ba7a4134fe6797c030284796dfc41c37 /ui/evolution.xml | |
parent | 00225dc415ff808fae151d3eeef5bc1889d2b0a4 (diff) | |
download | gsoc2013-evolution-3a1dbfa0440d6472047685dfe3fc078e163ccfa6.tar gsoc2013-evolution-3a1dbfa0440d6472047685dfe3fc078e163ccfa6.tar.gz gsoc2013-evolution-3a1dbfa0440d6472047685dfe3fc078e163ccfa6.tar.bz2 gsoc2013-evolution-3a1dbfa0440d6472047685dfe3fc078e163ccfa6.tar.lz gsoc2013-evolution-3a1dbfa0440d6472047685dfe3fc078e163ccfa6.tar.xz gsoc2013-evolution-3a1dbfa0440d6472047685dfe3fc078e163ccfa6.tar.zst gsoc2013-evolution-3a1dbfa0440d6472047685dfe3fc078e163ccfa6.zip |
Put the "Tools" and "Actions" menus in the "ComponentToolsPlaceholder" and
* evolution-addressbook.xml: Put the "Tools" and "Actions" menus
in the "ComponentToolsPlaceholder" and
"ComponentActionsPlaceholder", respectively.
* evolution-calendar.xml: Likewise.
* evolution-contact-editor.xml: Likewise.
* evolution-mail-global.xml: Likewise.
* evolution-mail-message.xml: Likewise.
* evolution.xml: Remove "Tools" and "Actions" menus. Create a
"ComponentActionsPlaceholder" and a "ComponentToolsPlaceholder"
instead.
* evolution-mail-messagedisplay.xml: Likewise, put "Tools" and
"Actions" in placeholders.
svn path=/trunk/; revision=11822
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index 683945598f..8b5772d465 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -158,13 +158,8 @@ <placeholder name="Component"/> - <submenu name="Actions" _label="_Actions"> - <placeholder name="Component"/> - </submenu> - - <submenu name="Tools" _label="_Tools"> - <placeholder name="Component"/> - </submenu> + <placeholder name="ComponentActionsPlaceholder"/> + <placeholder name="ComponentToolsPlaceholder"/> <submenu name="Help" _label="_Help"> |