Sigh, it would have been nice but I just can't make the rsaref
hack work until we figure out some better way of handling package interaction.
This commit is contained in:
parent
1eeb917c9c
commit
1d34c9e917
@ -570,6 +570,7 @@ installStandard(dialogMenuItem *self)
|
||||
(void)configLinux(self);
|
||||
#endif
|
||||
|
||||
#ifdef notyet
|
||||
dialog_clear();
|
||||
if (USAResident) {
|
||||
if (!msgYesNo("I see that you are \"USA_RESIDENT\" according to your earlier\n"
|
||||
@ -604,6 +605,7 @@ installStandard(dialogMenuItem *self)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif /* notyet */
|
||||
|
||||
dialog_clear_norefresh();
|
||||
if (!msgYesNo("Does this system have a mouse attached to it?"))
|
||||
|
@ -570,6 +570,7 @@ installStandard(dialogMenuItem *self)
|
||||
(void)configLinux(self);
|
||||
#endif
|
||||
|
||||
#ifdef notyet
|
||||
dialog_clear();
|
||||
if (USAResident) {
|
||||
if (!msgYesNo("I see that you are \"USA_RESIDENT\" according to your earlier\n"
|
||||
@ -604,6 +605,7 @@ installStandard(dialogMenuItem *self)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif /* notyet */
|
||||
|
||||
dialog_clear_norefresh();
|
||||
if (!msgYesNo("Does this system have a mouse attached to it?"))
|
||||
|
@ -570,6 +570,7 @@ installStandard(dialogMenuItem *self)
|
||||
(void)configLinux(self);
|
||||
#endif
|
||||
|
||||
#ifdef notyet
|
||||
dialog_clear();
|
||||
if (USAResident) {
|
||||
if (!msgYesNo("I see that you are \"USA_RESIDENT\" according to your earlier\n"
|
||||
@ -604,6 +605,7 @@ installStandard(dialogMenuItem *self)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif /* notyet */
|
||||
|
||||
dialog_clear_norefresh();
|
||||
if (!msgYesNo("Does this system have a mouse attached to it?"))
|
||||
|
Loading…
Reference in New Issue
Block a user