From 5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 16 May 2001 02:54:06 +0000 Subject: 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 --- shell/ChangeLog | 4 ++++ shell/e-shell-view-menu.c | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 513d09e083..e5d64bcf27 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-05-15 Ettore Perazzoli + + * e-shell-view-menu.c: Add an `HelpFAQ' verb. + 2001-05-14 jacob berkman * e-folder-tree.c (remove_folder): set the subfolder's parent to 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 }; -- cgit