Put up some more helpful dialog boxes.

Adjust some text to make more sense.
This commit is contained in:
jkh 1999-12-15 01:30:52 +00:00
parent bafec0480e
commit 9a2020a71b
5 changed files with 10 additions and 8 deletions

View File

@ -583,7 +583,6 @@ distExtract(char *parent, Distribution *me)
struct sigaction old, new;
status = TRUE;
dialog_clear_norefresh();
if (isDebug())
msgDebug("distExtract: parent: %s, me: %s\n", parent ? parent : "(none)", me->my_name);
@ -591,6 +590,8 @@ distExtract(char *parent, Distribution *me)
new.sa_handler = handle_intr;
new.sa_flags = 0;
(void)sigemptyset(&new.sa_mask);
dialog_clear_norefresh();
dialog_msgbox("Please Wait", "Extracting all requested distributions...", -1, -1, 0);
sigaction(SIGINT, &new, &old);
/* Loop through to see if we're in our parent's plans */

View File

@ -488,14 +488,14 @@ installNovice(dialogMenuItem *self)
#endif
#ifdef __alpha__
msgConfirm("First, you need to create BSD partitions on the disk which you are\n"
msgConfirm("Now you need to create BSD partitions on the disk which you are\n"
"installing to. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"
"care for the layout chosen by (A)uto, press F1 for more information on\n"
"manual layout.");
#else
msgConfirm("First, you need to create BSD partitions inside of the fdisk partition(s)\n"
msgConfirm("Now you need to create BSD partitions inside of the fdisk partition(s)\n"
"just created. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"

View File

@ -488,14 +488,14 @@ installNovice(dialogMenuItem *self)
#endif
#ifdef __alpha__
msgConfirm("First, you need to create BSD partitions on the disk which you are\n"
msgConfirm("Now you need to create BSD partitions on the disk which you are\n"
"installing to. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"
"care for the layout chosen by (A)uto, press F1 for more information on\n"
"manual layout.");
#else
msgConfirm("First, you need to create BSD partitions inside of the fdisk partition(s)\n"
msgConfirm("Now you need to create BSD partitions inside of the fdisk partition(s)\n"
"just created. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"

View File

@ -583,7 +583,6 @@ distExtract(char *parent, Distribution *me)
struct sigaction old, new;
status = TRUE;
dialog_clear_norefresh();
if (isDebug())
msgDebug("distExtract: parent: %s, me: %s\n", parent ? parent : "(none)", me->my_name);
@ -591,6 +590,8 @@ distExtract(char *parent, Distribution *me)
new.sa_handler = handle_intr;
new.sa_flags = 0;
(void)sigemptyset(&new.sa_mask);
dialog_clear_norefresh();
dialog_msgbox("Please Wait", "Extracting all requested distributions...", -1, -1, 0);
sigaction(SIGINT, &new, &old);
/* Loop through to see if we're in our parent's plans */

View File

@ -488,14 +488,14 @@ installNovice(dialogMenuItem *self)
#endif
#ifdef __alpha__
msgConfirm("First, you need to create BSD partitions on the disk which you are\n"
msgConfirm("Now you need to create BSD partitions on the disk which you are\n"
"installing to. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"
"care for the layout chosen by (A)uto, press F1 for more information on\n"
"manual layout.");
#else
msgConfirm("First, you need to create BSD partitions inside of the fdisk partition(s)\n"
msgConfirm("Now you need to create BSD partitions inside of the fdisk partition(s)\n"
"just created. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"