diff options
author | Perberos <[email protected]> | 2012-09-20 07:23:33 -0700 |
---|---|---|
committer | Perberos <[email protected]> | 2012-09-20 07:23:33 -0700 |
commit | 4af423c4e4fc090ca0e4b82135a5b83b54dfb01e (patch) | |
tree | 860db177ec56b1621e9aca16a5f68ad2d85ae0e0 /shell/ev-window.c | |
parent | 6d53504e6a55dc755b425ca26ef374c04973f9f6 (diff) | |
parent | 0d2bdb04daef31a71db82186081fe4aa6439429a (diff) | |
download | atril-4af423c4e4fc090ca0e4b82135a5b83b54dfb01e.tar.bz2 atril-4af423c4e4fc090ca0e4b82135a5b83b54dfb01e.tar.xz |
Merge pull request #10 from oz123/markdown-docu
Markdown docu
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r-- | shell/ev-window.c | 9 |
1 files changed, 8 insertions, 1 deletions
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 |