Blob Blame History Raw
--- xgnokii/xgnokii_cfg.c~	2006-02-15 23:49:56.000000000 +0100
+++ xgnokii/xgnokii_cfg.c	2006-03-05 21:27:15.000000000 +0100
@@ -73,7 +73,7 @@
 	xgnokiiConfig.user.fax = g_strdup("");
 	xgnokiiConfig.user.email = g_strdup("");
 	xgnokiiConfig.user.address = g_strdup("");
-	xgnokiiConfig.helpviewer = g_strdup("mozilla");
+	xgnokiiConfig.helpviewer = g_strdup("htmlview");
 	if ((homedir = g_get_home_dir()) == NULL)
 		homedir = "";
 	xgnokiiConfig.mailbox = g_strdup_printf("%s/Mail/smsbox", homedir);