aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Weber <aaron@ximian.com>2001-08-16 03:35:47 +0800
committerAaron Weber <aaron@src.gnome.org>2001-08-16 03:35:47 +0800
commit9aaa5ef3f13b3f348494ce306ed7c032200000bf (patch)
treeb68dc4b5cd177be5053f4d7cf3723030ab58329d
parent0c485b040fa467a826f06d9482e35863a69f30bc (diff)
downloadgsoc2013-evolution-9aaa5ef3f13b3f348494ce306ed7c032200000bf.tar
gsoc2013-evolution-9aaa5ef3f13b3f348494ce306ed7c032200000bf.tar.gz
gsoc2013-evolution-9aaa5ef3f13b3f348494ce306ed7c032200000bf.tar.bz2
gsoc2013-evolution-9aaa5ef3f13b3f348494ce306ed7c032200000bf.tar.lz
gsoc2013-evolution-9aaa5ef3f13b3f348494ce306ed7c032200000bf.tar.xz
gsoc2013-evolution-9aaa5ef3f13b3f348494ce306ed7c032200000bf.tar.zst
gsoc2013-evolution-9aaa5ef3f13b3f348494ce306ed7c032200000bf.zip
Changed help menus to point to evolution/ and not evolution-guide/.
2001-08-15 Aaron Weber <aaron@ximian.com> * e-shell-view-menu.c (command_about_box): Changed help menus to point to evolution/ and not evolution-guide/. svn path=/trunk/; revision=12062
-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 8b7784fceb..6059608696 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-15 Aaron Weber <aaron@ximian.com>
+
+ * e-shell-view-menu.c (command_about_box): Changed help menus to
+ point to evolution/ and not evolution-guide/.
+
2001-08-15 Iain Holmes <iain@ximian.com>
* e-summary-storage.c: s/My Evolution/Summary
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index 0a5c769bca..56239224f2 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, "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 ("HelpIndex", command_help, "evolution/index.html"),
+ BONOBO_UI_VERB_DATA ("HelpGetStarted", command_help, "evolution/usage-mainwindow.html"),
+ BONOBO_UI_VERB_DATA ("HelpUsingMail", command_help, "evolution/usage-mail.html"),
+ BONOBO_UI_VERB_DATA ("HelpUsingCalendar", command_help, "evolution/usage-calendar.html"),
+ BONOBO_UI_VERB_DATA ("HelpUsingContact", command_help, "evolution/usage-contact.html"),
BONOBO_UI_VERB_END
};