From 0d2bdb04daef31a71db82186081fe4aa6439429a Mon Sep 17 00:00:00 2001 From: oz123 Date: Tue, 18 Sep 2012 22:26:18 +0200 Subject: replace call to g:help with path to html docu --- shell/ev-window.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/shell/ev-window.c b/shell/ev-window.c index b1a4e5ca..ccf754ab 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4318,8 +4318,15 @@ ev_window_cmd_view_autoscroll (GtkAction *action, EvWindow *ev_window) ev_view_autoscroll_start (EV_VIEW (ev_window->priv->view)); } +/*#define EV_HELP "ghelp:atril"*/ + +/* + * NOTE: The hard coded variable should be replaced with + * some configure aware variable ... + */ + #if OFFLINE_HELP_ENABLED -#define EV_HELP "ghelp:atril" +#define EV_HELP "file://usr/local/share/doc/mate/atril/atril.html" #else #define EV_HELP "http://library.mate.org/users/atril/stable/" #endif -- cgit v1.2.1