Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.3 by gordonr, Mon Oct 10 05:18:09 2005 UTC | Revision 1.4 by gordonr, Mon Oct 10 05:27:15 2005 UTC | |
---|---|---|
# | Line 56 class InstallPathWindow: | Line 56 class InstallPathWindow: |
56 | ||
57 | rc = intf.messageWindow(_("Warning"), | rc = intf.messageWindow(_("Warning"), |
58 | _("All disks will be reformatted and any data will be lost. Proceed?"), | _("All disks will be reformatted and any data will be lost. Proceed?"), |
59 | type = "yesno", "no") | type = "yesno") |
60 | ||
61 | if rc == 0: | if rc == 0: |
62 | return INSTALL_BACK | return INSTALL_BACK |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |