Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:hiberis:mingw:win64
mingw64-evince
0011-Use-online-help-on-win32.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0011-Use-online-help-on-win32.patch of Package mingw64-evince
From 6faf172c707d4116c271aea00b3cf22d8a7cb663 Mon Sep 17 00:00:00 2001 From: Hib Eris <hib@hiberis.nl> Date: Sun, 6 Jan 2013 22:24:44 +0100 Subject: [PATCH 11/12] Use online help on win32 --- shell/ev-window.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/shell/ev-window.c b/shell/ev-window.c index 4c9e8e1..e576ced 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -279,8 +279,13 @@ struct _EvWindowPrivate { #define MAX_RECENT_ITEM_LEN (40) +#ifdef G_OS_WIN32 +#define EV_HELP "http://library.gnome.org/users/evince/stable/" +#define EV_HELP_TOOLBAR "http://library.gnome.org/users/evince/stable/toolbar.html" +#else #define EV_HELP "help:evince" #define EV_HELP_TOOLBAR "help:evince/toolbar" +#endif #define TOOLBAR_RESOURCE_PATH "/org/gnome/evince/shell/ui/toolbar.xml" -- 1.7.5.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor