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-calendar.xml | |
parent | 00225dc415ff808fae151d3eeef5bc1889d2b0a4 (diff) | |
download | gsoc2013-evolution-3a1dbfa0440d6472047685dfe3fc078e163ccfa6.tar.gz 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-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 7ded8a0479..4fae92b30a 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -74,14 +74,14 @@ </placeholder> </submenu> - <submenu name="Tools" _label="_Tools"> - <placeholder name="Component"> + <placeholder name="ComponentToolsPlaceholder"> + <submenu name="Tools" _label="_Tools"> <menuitem name="CalendarSettings" verb="" _label="_Calendar Settings..." pixtype="pixbuf"/> - </placeholder> - </submenu> + </submenu> + </placeholder> - <submenu name="Actions"> - <placeholder name="Component"> + <placeholder name="ComponentActionsPlaceholder"> + <submenu name="Actions" _label="_Actions"> <menuitem name="NewAppointment" verb="CalendarNewAppointment" _label="Create a _New Appointment" pixtype="pixbuf"/> <menuitem name="NewEvent" verb="CalendarNewEvent" _label="Create a New All-Day _Event"/> @@ -89,8 +89,8 @@ <separator/> <menuitem name="PublishFreeBusy" verb="" _label="Publish Free/Busy Information"/> - </placeholder> - </submenu> + </submenu> + </placeholder> </menu> <dockitem name="Toolbar"> |