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
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2001-05-15 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-shell-view-menu.c: Add an `HelpFAQ' verb.
|
||||
|
||||
2001-05-14 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* e-folder-tree.c (remove_folder): set the subfolder's parent to
|
||||
|
||||
@ -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
|
||||
};
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -152,6 +152,11 @@
|
||||
|
||||
<separator/>
|
||||
|
||||
<menuitem name="HelpFAQ" verb=""
|
||||
_label="Evolution _FAQ"/>
|
||||
|
||||
<separator/>
|
||||
|
||||
<menuitem name="HelpSubmitBug" verb=""
|
||||
_label="Submit _Bug Report"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user