[haiku-commits] Re: r35263 - haiku/trunk/src/apps/installer

  • From: Jeroen Oortwijn <oortwijn@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 24 Jan 2010 11:55:50 +0100

2010/1/23  <superstippi@xxxxxx>:
> +       if ((Flags() & B_NOT_MINIMIZABLE) != 0) {
> +               // This means Deskbar is not running, i.e. Installer is the 
> only
> +               // thing on the screen and we will reboot the machine once it 
> quits.
> +               if ((new BAlert("reallyQuit",
> +                       TR("Are you sure you want to abort the installation 
> and restart "
> +                               "the system?"),
> +                       TR("Cancel"), TR("Restart system")))->Go() == 0) {
> +                       return false;
> +               }
> +       }

I think this alert needs to be worded differently, as it is also shown
when you have successfully installed Haiku and then pressed the
Quit-button. In that case "abort the installation" isn't really
appropriate.

- Jeroen

Other related posts: