mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
12 lines
440 B
Plaintext
12 lines
440 B
Plaintext
--- 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)
|