summaryrefslogtreecommitdiff
path: root/x11/libgnome/files/patch-ad
blob: 0a913989a5421ae5f89b0a38e36dbb25a3dd383b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libgnome/gnome-help.c.orig	Wed Jan 13 07:43:11 1999
+++ libgnome/gnome-help.c	Thu Jan 14 19:13:33 1999
@@ -57,7 +57,7 @@
 		lang= language_list->data;
 		
 		buf= g_string_new (NULL);
-		g_string_sprintf (buf, "gnome/help/%s/%s/%s", app, lang, path);
+		g_string_sprintf (buf, "help/%s/%s/%s", app, lang, path);
 		res= (gchar *)gnome_unconditional_datadir_file (buf->str);
 		p = strrchr(res, '#');
 		if (p)