dc0f1ab8ac
maintainer timeout. PR: 209042 Submitted by: tkato432 yahoo com Sponsored by: Absolight
11 lines
520 B
C
11 lines
520 B
C
--- src/ui/help.c.orig 2016-04-10 12:10:21 UTC
|
|
+++ src/ui/help.c
|
|
@@ -57,7 +57,7 @@ browse_manual (GtkAction * action, Denem
|
|
GError *error = NULL;
|
|
|
|
/* get the uri to the manual */
|
|
- gchar *manualpath = g_build_filename (get_system_data_dir (), "manual",
|
|
+ gchar *manualpath = g_build_filename (get_system_data_dir (), "..", "doc", "denemo", "manual",
|
|
"denemo-manual.html", NULL);
|
|
gchar *manualuri = url ? g_strdup (url) : g_filename_to_uri (manualpath, NULL, NULL);
|
|
|