mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
414 B
Plaintext
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)
|