summaryrefslogtreecommitdiff
path: root/x11/libgnome/files/patch-ad
blob: 9c1aa83d936b39f33a12ac883f712df4e7b0f8ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libgnome/gnome-help.c.orig	Wed Dec 16 14:48:42 1998
+++ libgnome/gnome-help.c	Thu Dec 24 03:44:05 1998
@@ -43,7 +43,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)