summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-02 14:43:42 +0000
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-02 14:43:42 +0000
commit8158917a890d4aa1deab0dee1eeb3dcd6ab86230 (patch)
tree37c99949b954ac2b6206596ff23b414b8731d42a
parent28039f45dc9ac0d740b78444c22c7b50e69d0930 (diff)
help_path
Gbp-Pq: Name 0705-help_path.patch
-rw-r--r--app/wlib/gtklib/gtkhelp.c8
1 files 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);