1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70092

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)