X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=xgnokii%2Fxgnokii_common.c;fp=xgnokii%2Fxgnokii_common.c;h=10748f0daaf85b348e0626dd4e3cb7ff8f002a52;hp=9f7acd4b50781ab0a8d101ce2ae1479162ed71d9;hb=49dd905279a8e62936e3713510ab0fd738e20ecb;hpb=2f2703c9133032c12671ca5c77ae626b8fb178d4 diff --git a/xgnokii/xgnokii_common.c b/xgnokii/xgnokii_common.c index 9f7acd4..10748f0 100644 --- a/xgnokii/xgnokii_common.c +++ b/xgnokii/xgnokii_common.c @@ -3,9 +3,14 @@ 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 @@ -23,6 +28,7 @@ #include "xpm/stop.xpm" #include "xpm/info.xpm" + typedef struct { GUIEventType type; void (*func)(void); @@ -243,7 +249,7 @@ void Help (const GtkWidget *w, const gpointer data) { gchar buf[255] = "file:"; - strncat (buf, xgnokiiConfig.xgnokiidocsdir, 255 - strlen (buf)); + strncat (buf, xgnokiiConfig.xgnokiidir, 255 - strlen (buf)); buf[254] = '\0'; strncat (buf, (gchar *) data, 255 - strlen (buf)); buf[254] = '\0';