aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-view-menu.c10
2 files changed, 10 insertions, 5 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 6093e788d4..faa9391ce7 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2001-07-23 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-view-menu.c: Get the manuals from the `evolution-guide'
+ dir as that's where they get installed.
+
+2001-07-23 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view.c (storage_set_view_box_button_release_event_cb):
Don't handle button events whose button number is not 1.
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index f8a0368d64..09dbbae78f 100644
--- a/shell/e-shell-view-menu.c
+++ b/shell/e-shell-view-menu.c
@@ -637,11 +637,11 @@ BonoboUIVerb folder_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_END
};
class='deletions'>-4/+4 * - Update to 20061224acm2006-12-273-6/+5 * Mark BROKEN: fails to fetch.linimon2006-12-271-0/+2 * - Update to 20061212acm2006-12-164-8/+16 * - Update to 20061010acm2006-10-205-8/+164 * - Update to 20061004acm2006-10-093-17/+15 * - Update to 20060919acm2006-09-252-4/+4 * - Update to 20060911acm2006-09-133-5/+4 * - Update to 20060822acm2006-09-062-4/+4 * - Update to 20060804acm2006-08-052-4/+4 * Change maintainer address to my @FreeBSD.org emailacm2006-07-231-1/+1 * - - Update to 20060625clsung2006-07-142-4/+4 * Distfile rerolled, for the third time in 48 hours (small comments changed)itetcu2006-06-242-4/+4 * - update to current releaseitetcu2006-06-233-18/+4 * - Update to 20060607pav2006-06-092-4/+4 * - Update to 20060603pav2006-06-056-24/+74 * foo2zjs is an open source printer driver for printers that use the Zenographicspav2006-05-07