--- gnokii-0.5.0pre5/xgnokii/xgnokii_cfg.c.orig 2003-03-05 14:32:07.000000000 +0200 +++ gnokii-0.5.0pre5/xgnokii/xgnokii_cfg.c 2003-03-05 14:32:21.000000000 +0200 @@ -73,7 +73,7 @@ xgnokiiConfig.user.fax = g_strdup(""); xgnokiiConfig.user.email = g_strdup(""); xgnokiiConfig.user.address = g_strdup(""); - xgnokiiConfig.helpviewer = g_strdup("netscape"); + xgnokiiConfig.helpviewer = g_strdup("htmlview"); if ((homedir = g_get_home_dir()) == NULL) homedir = ""; xgnokiiConfig.mailbox = g_strdup_printf("%s/Mail/smsbox", homedir);