Use dialog_noyes() for UTC selection; uses No as default answer now.

This commit is contained in:
Jordan K. Hubbard
2000-12-16 05:29:38 +00:00
parent f3474f630e
commit 0e3099f516
+1 -1
View File
@@ -667,7 +667,7 @@ main(int argc, char **argv)
make_menus();
init_dialog();
if (!dialog_yesno("Select local or UTC (Greenwich Mean Time) clock",
if (!dialog_noyes("Select local or UTC (Greenwich Mean Time) clock",
"Is this machine's CMOS clock set to UTC? If it is set to local time,\n"
"or you don't know, please choose NO here!", 7, 72)) {
if (reallydoit)