Use dialog_noyes() for UTC selection; uses No as default answer now.
This commit is contained in:
parent
f3474f630e
commit
0e3099f516
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user