diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-16 10:54:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-16 10:54:06 +0800 |
commit | 5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a (patch) | |
tree | 79edd01fea9c066a50742b527cc5b5989937f40e /ui | |
parent | bc6aeab0b512f8753c75e9976ce205c48d4293f5 (diff) | |
download | gsoc2013-evolution-5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a.tar gsoc2013-evolution-5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a.tar.gz gsoc2013-evolution-5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a.tar.bz2 gsoc2013-evolution-5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a.tar.lz gsoc2013-evolution-5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a.tar.xz gsoc2013-evolution-5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a.tar.zst gsoc2013-evolution-5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a.zip |
Add an "Evolution FAQ" entry to the Help menu, and update the existing
entries for the guide's chapters to match the new paths.
svn path=/trunk/; revision=9835
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 72e9e3e597..54ea489032 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-05-15 Ettore Perazzoli <ettore@ximian.com> + + * evolution.xml: Add an "Evolution FAQ" entry to the "Help" menu. + 2001-05-15 Dan Winship <danw@ximian.com> * evolution-mail.xml: Create a "Message Display" submenu in View, diff --git a/ui/evolution.xml b/ui/evolution.xml index 60780c8553..b44786a1c4 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -152,6 +152,11 @@ <separator/> + <menuitem name="HelpFAQ" verb="" + _label="Evolution _FAQ"/> + + <separator/> + <menuitem name="HelpSubmitBug" verb="" _label="Submit _Bug Report"/> |