--- ./main.c.01	1999-04-26 15:50:54.000000000 +0200
+++ ./main.c	2007-08-20 20:42:33.000000000 +0200
@@ -83,7 +83,7 @@
 	signal(SIGCHLD, def_signal_handler);
 
 	/* Preference */
-	g_pref.pane_mode = ONE_PANE;
+	g_pref.pane_mode = TWO_PANE;
 	g_pref.show_line_num = TRUE;
 	g_pref.line_wrap = FALSE;
 }
@@ -106,7 +106,7 @@
 	ftype1 = check_filetype(argv[1]);
 	ftype2 = check_filetype(argv[2]);
 	if (ftype1 != ftype2) {
-		g_message("you can't compare file and directory.\n");
+		g_message("You can't compare file and directory.\n");
 		return;
 	}
 	if (ftype1 == REGULARFILE)
