aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view-menu.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-05-16 10:54:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-05-16 10:54:06 +0800
commit5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a (patch)
tree79edd01fea9c066a50742b527cc5b5989937f40e /shell/e-shell-view-menu.c
parentbc6aeab0b512f8753c75e9976ce205c48d4293f5 (diff)
downloadgsoc2013-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 'shell/e-shell-view-menu.c')
-rw-r--r--shell/e-shell-view-menu.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index f30b83fdd4..7d4ab56407 100644
--- a/shell/e-shell-view-menu.c
+++ b/shell/e-shell-view-menu.c
@@ -505,11 +505,12 @@ BonoboUIVerb file_verbs [] = {
};
BonoboUIVerb help_verbs [] = {
- BONOBO_UI_VERB_DATA ("HelpIndex", command_help, "index.html"),
- BONOBO_UI_VERB_DATA ("HelpGetStarted", command_help, "usage-mainwindow.html"),
- BONOBO_UI_VERB_DATA ("HelpUsingMail", command_help, "usage-mail.html"),
- BONOBO_UI_VERB_DATA ("HelpUsingCalendar", command_help, "usage-calendar.html"),
- BONOBO_UI_VERB_DATA ("HelpUsingContact", command_help, "usage-contact.html"),
+ BONOBO_UI_VERB_DATA ("HelpIndex", command_help, "evolution-guide/index.html"),
+ BONOBO_UI_VERB_DATA ("HelpGetStarted", command_help, "evolution-guide/usage-mainwindow.html"),
+ BONOBO_UI_VERB_DATA ("HelpUsingMail", command_help, "evolution-guide/usage-mail.html"),
+ BONOBO_UI_VERB_DATA ("HelpUsingCalendar", command_help, "evolution-guide/usage-calendar.html"),
+ BONOBO_UI_VERB_DATA ("HelpUsingContact", command_help, "evolution-guide/usage-contact.html"),
+ BONOBO_UI_VERB_DATA ("HelpFAQ", command_help, "evolution-faq/index.html"),
BONOBO_UI_VERB_END
};