xlog-discussion
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xlog-discussion] a fix for displaying Help->Keys


From: Joop Stakenborg
Subject: [Xlog-discussion] a fix for displaying Help->Keys
Date: Sun, 11 Jan 2009 16:16:34 +0100

In 1.9 the docs have moved to /usr/local/doc/xlog, but I forgot to adapt
src/gui_keys.c

At line 91/92 change:

helpfile = g_strdup_printf ("%s%s%s", XLOG_DATADIR, G_DIR_SEPARATOR_S,
filename);

to:

helpfile = g_strdup_printf ("%s%s%s", XLOG_DOCDIR, G_DIR_SEPARATOR_S,
filename);

Regards,
Joop PG4I





reply via email to

[Prev in Thread] Current Thread [Next in Thread]