blob: 61094398f16817185fa4ec536f227b4a4f5df489 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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);
|