From 8158917a890d4aa1deab0dee1eeb3dcd6ab86230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 2 Jan 2017 14:43:42 +0000 Subject: help_path Gbp-Pq: Name 0705-help_path.patch --- app/wlib/gtklib/gtkhelp.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/wlib/gtklib/gtkhelp.c b/app/wlib/gtklib/gtkhelp.c index b02f555..577029f 100644 --- a/app/wlib/gtklib/gtkhelp.c +++ b/app/wlib/gtklib/gtkhelp.c @@ -677,8 +677,12 @@ EXPORT void wHelp( const char * topic ) directory = malloc( BUFSIZ ); assert( directory != NULL ); - sprintf( directory, "%s/html/", wGetAppLibDir()); - +/* sprintf( directory, "%s/html/", wGetAppLibDir());*/ +/* + * Change path for debian installation + * + */ + sprintf( directory, "%s/html/", "/usr/share/doc/xtrkcad-common"); wHelpWindow = CreateHelpWindow(); /* load the default content */ load_into_view ("index.html", MAIN_VIEW); -- cgit v1.2.3