Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / xgnokii / xgnokii_common.c
index 9f7acd4..10748f0 100644 (file)
@@ -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 <ja@mail.upjs.sk>.
 
   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';