summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-03 18:36:17 +0200
committerStefano Karapetsas <[email protected]>2013-08-03 18:36:17 +0200
commit05dcc3342e422a06cabe469ddde878e726c483a3 (patch)
tree84bee6217867f43027c67180c0c330dc21910f49
parent101cf74f0145c0e7f6f7e0425e876709685d291f (diff)
downloadatril-05dcc3342e422a06cabe469ddde878e726c483a3.tar.bz2
atril-05dcc3342e422a06cabe469ddde878e726c483a3.tar.xz
shell: Use yelp documentation instead of static html
-rw-r--r--shell/ev-window.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 39617bf8..7705a9ec 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -4297,18 +4297,7 @@ ev_window_cmd_view_autoscroll (GtkAction *action, EvWindow *ev_window)
ev_view_autoscroll_start (EV_VIEW (ev_window->priv->view));
}
-/*#define EV_HELP "help:atril"*/
-
-/*
- * NOTE: The hard coded variable should be replaced with
- * some configure aware variable ...
- */
-
-#if OFFLINE_HELP_ENABLED
-#define EV_HELP "file://usr/local/share/doc/mate/atril/atril.html"
-#else
-#define EV_HELP "http://library.mate.org/users/atril/stable/"
-#endif
+#define EV_HELP "help:atril"
static void
ev_window_cmd_help_contents (GtkAction *action, EvWindow *ev_window)