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 | |
parent | 4cf1f4c583263a33234708e5973388c688c7f96d (diff) | |
download | gsoc2013-evolution-6202c3e9ebe9334009156bad13b462821093a332.tar gsoc2013-evolution-6202c3e9ebe9334009156bad13b462821093a332.tar.gz gsoc2013-evolution-6202c3e9ebe9334009156bad13b462821093a332.tar.bz2 gsoc2013-evolution-6202c3e9ebe9334009156bad13b462821093a332.tar.lz gsoc2013-evolution-6202c3e9ebe9334009156bad13b462821093a332.tar.xz 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
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 20 |
2 files changed, 6 insertions, 19 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index ecffd67a69..7a6ce966d9 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-08-16 Ettore Perazzoli <ettore@ximian.com> + + * evolution.xml: Add a "BuiltMenuItems" placeholder in the "Help" + menu so we can do the fancy Bonobo help stuff. + 2001-08-15 Anna Marie Dirks <anna@ximian.com> *evolution-calendar.xml : Changed "print calendar" to "print". 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/> |