Changeset 3299 in MondoRescue for branches/3.2


Ignore:
Timestamp:
Jun 7, 2014, 8:49:34 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Removes 2 useless Thank you in GUI
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c

    r3297 r3299  
    14491449                    paranoid_system("chroot " MNT_RESTORING);
    14501450                    newtResume();
    1451                     popup_and_OK("Thank you.");
    14521451                } else {
    14531452                    popup_and_OK("GRUB is now installed correctly");
     
    14751474
    14761475        if (res) {
    1477             popup_and_OK
    1478                 ("Because of bugs in GRUB's own installer, GRUB was not installed properly. Please install the boot loader manually now, using this chroot()'ed shell prompt. Type 'exit' when you have finished.");
     1476            popup_and_OK("Because of bugs in GRUB's own installer, GRUB was not installed properly. Please install the boot loader manually now, using this chroot()'ed shell prompt. Type 'exit' when you have finished.");
    14791477            newtSuspend();
    14801478            paranoid_system("chroot " MNT_RESTORING);
    14811479            newtResume();
    1482             popup_and_OK("Thank you.");
    14831480        }
    14841481    }
Note: See TracChangeset for help on using the changeset viewer.