1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11/gnomelibs/files/patch-ad
Vanilla I. Shu c3bd378e79 GNOME support libraries.
PR:		ports/7656
Submitted by:	Yukihiro Nakai <Nakai@technologist.com>
1998-09-06 06:34:19 +00:00

12 lines
440 B
Plaintext

--- libgnome/gnome-help.c.orig Tue Sep 1 13:30:25 1998
+++ libgnome/gnome-help.c Tue Sep 1 13:30:44 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)