diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-17 01:49:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-17 01:49:12 +0800 |
commit | 6202c3e9ebe9334009156bad13b462821093a332 (patch) | |
tree | 83c53dc0a66e60e692836522c0bb08afe88307d3 /ui/evolution.xml | |
parent | 4cf1f4c583263a33234708e5973388c688c7f96d (diff) | |
download | gsoc2013-evolution-6202c3e9ebe9334009156bad13b462821093a332.tar.gz gsoc2013-evolution-6202c3e9ebe9334009156bad13b462821093a332.tar.zst gsoc2013-evolution-6202c3e9ebe9334009156bad13b462821093a332.zip |
Add a "BuiltMenuItems" placeholder in the "Help" menu so we can do the
* evolution.xml: Add a "BuiltMenuItems" placeholder in the "Help"
menu so we can do the fancy Bonobo help stuff.
svn path=/trunk/; revision=12103
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index 5147dc02da..633c4920d5 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -145,25 +145,7 @@ <submenu name="Help" _label="_Help"> - <menuitem name="HelpIndex" verb="" - _label="_Index" - accel="*Control*h"/> - - <menuitem name="HelpGetStarted" verb="" - _label="Getting _Started" - /> - - <menuitem name="HelpUsingMail" verb="" - _label="Using the _Mailer" - /> - - <menuitem name="HelpUsingCalendar" verb="" - _label="Using the _Calendar" - /> - - <menuitem name="HelpUsingContact" verb="" - _label="Using the C_ontact Manager" - /> + <placeholder name="BuiltMenuItems"/> <separator/> |