diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-24 02:21:42 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-24 02:21:42 +0800 |
commit | 51a223f8ac0dcc0c011cc158030376e9c3dc62ab (patch) | |
tree | 6596ec6c305be6151f08f667ed8885c67aeb2a7e /shell/e-shell-view-menu.c | |
parent | 327a69c1adf97e3bec95e528eaa1563e51d95c8c (diff) | |
download | gsoc2013-evolution-51a223f8ac0dcc0c011cc158030376e9c3dc62ab.tar gsoc2013-evolution-51a223f8ac0dcc0c011cc158030376e9c3dc62ab.tar.gz gsoc2013-evolution-51a223f8ac0dcc0c011cc158030376e9c3dc62ab.tar.bz2 gsoc2013-evolution-51a223f8ac0dcc0c011cc158030376e9c3dc62ab.tar.lz gsoc2013-evolution-51a223f8ac0dcc0c011cc158030376e9c3dc62ab.tar.xz gsoc2013-evolution-51a223f8ac0dcc0c011cc158030376e9c3dc62ab.tar.zst gsoc2013-evolution-51a223f8ac0dcc0c011cc158030376e9c3dc62ab.zip |
Get the manuals from the `evolution-guide' dir as that's where they get
* e-shell-view-menu.c: Get the manuals from the `evolution-guide'
dir as that's where they get installed.
svn path=/trunk/; revision=11309
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 }; |