http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / xgnokii / xgnokii_common.c
index 10748f0..9f7acd4 100644 (file)
@@ -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 <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
@@ -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';