Do the right thing with USA_RESIDENT

This commit is contained in:
jkh 2000-03-10 20:34:22 +00:00
parent 2b88ef04a5
commit 5eefe53afa
5 changed files with 11 additions and 11 deletions

View File

@ -399,11 +399,11 @@ distMaybeSetCRYPTO(dialogMenuItem *self)
"a second pass with the Custom Installation option.")) {
if (!dmenuOpenSimple(&MenuCRYPTODistributions, FALSE))
i = DITEM_FAILURE;
else
USAResident = TRUE;
}
else
USAResident = FALSE;
dialog_clear_norefresh();
USAResident = !msgYesNo("Are you actually resident in the United States?");
distVerifyFlags();
return i | DITEM_REDRAW | DITEM_RESTORE;
}

View File

@ -71,5 +71,5 @@ globalsInit(void)
VarHead = NULL;
mediaDevice = NULL;
RunningAsInit = FALSE;
USAResident = TRUE;
USAResident = FALSE;
}

View File

@ -71,5 +71,5 @@ globalsInit(void)
VarHead = NULL;
mediaDevice = NULL;
RunningAsInit = FALSE;
USAResident = TRUE;
USAResident = FALSE;
}

View File

@ -399,11 +399,11 @@ distMaybeSetCRYPTO(dialogMenuItem *self)
"a second pass with the Custom Installation option.")) {
if (!dmenuOpenSimple(&MenuCRYPTODistributions, FALSE))
i = DITEM_FAILURE;
else
USAResident = TRUE;
}
else
USAResident = FALSE;
dialog_clear_norefresh();
USAResident = !msgYesNo("Are you actually resident in the United States?");
distVerifyFlags();
return i | DITEM_REDRAW | DITEM_RESTORE;
}

View File

@ -71,5 +71,5 @@ globalsInit(void)
VarHead = NULL;
mediaDevice = NULL;
RunningAsInit = FALSE;
USAResident = TRUE;
USAResident = FALSE;
}