opnsense-ports/audio/denemo/files/patch-src__ui__help.c
Franco Fichtner 2e24bb4a89 */*: sync with upstream
Taken from: FreeBSD
2015-05-04 07:50:47 +02:00

11 lines
520 B
C

--- src/ui/help.c.orig 2015-02-09 02:55:09 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);