1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11/gnomelibs/files/patch-ad
1999-01-14 16:59:34 +00:00

12 lines
414 B
Plaintext

--- 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)