X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=xgnokii%2Fxgnokii_common.c;h=9f7acd4b50781ab0a8d101ce2ae1479162ed71d9;hp=10748f0daaf85b348e0626dd4e3cb7ff8f002a52;hb=a2dfc99dc499ea8600bf5178f8122125d7d7d557;hpb=1fdb423c0a2e33c1282bec25de66d9f40d56999b diff --git a/xgnokii/xgnokii_common.c b/xgnokii/xgnokii_common.c index 10748f0..9f7acd4 100644 --- a/xgnokii/xgnokii_common.c +++ b/xgnokii/xgnokii_common.c @@ -3,14 +3,9 @@ X G N O K I I A Linux/Unix GUI for Nokia mobile phones. - Copyright (C) 1999 Pavel Janík ml., Hugh Blemings - & Ján Derfiòák . Released under the terms of the GNU GPL, see file COPYING for more details. - Last modification: Mon May 01 2000 - Modified by Jan Derfinak - */ #ifndef WIN32 @@ -28,7 +23,6 @@ #include "xpm/stop.xpm" #include "xpm/info.xpm" - typedef struct { GUIEventType type; void (*func)(void); @@ -249,7 +243,7 @@ void Help (const GtkWidget *w, const gpointer data) { gchar buf[255] = "file:"; - strncat (buf, xgnokiiConfig.xgnokiidir, 255 - strlen (buf)); + strncat (buf, xgnokiiConfig.xgnokiidocsdir, 255 - strlen (buf)); buf[254] = '\0'; strncat (buf, (gchar *) data, 255 - strlen (buf)); buf[254] = '\0';