Fix the help URLs

* e-shell-view-menu.c: Fix the help URLs

svn path=/trunk/; revision=10265
This commit is contained in:
Dan Winship
2001-06-18 17:50:51 +00:00
parent 60fe445b0c
commit 3a4f16b681
2 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2001-06-18 Dan Winship <danw@ximian.com>
* e-shell-view-menu.c: Fix the help URLs
2001-06-13 Not Zed <NotZed@Ximian.com>
* e-shell-view.c (switch_on_folder_tree_click): Check priv->uri

View File

@ -600,12 +600,11 @@ BonoboUIVerb folder_verbs [] = {
};
BonoboUIVerb help_verbs [] = {
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_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_END
};