aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libgnome/files/patch-ad
blob: dc6621a98303e8cae45c5d3abfad379c0929e747 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libgnome/gnome-help.c.orig  Fri Jul 24 02:08:29 1998
+++ libgnome/gnome-help.c   Sat Sep 26 22:12:34 1998
@@ -35,7 +35,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)