Changeset 2
- Timestamp:
- 05/24/06 11:35:00 (3 years ago)
- Files:
-
- 1 modified
-
pcbsd/trunk/PCBSDInstall/pcbsdwizard.ui.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/PCBSDInstall/pcbsdwizard.ui.h
r1 r2 918 918 void PCBSDWizard::TarFinishedSlot() 919 919 { 920 921 if ( ! TarProc->normalExit() || TarProc->exitStatus() != 0 ) 922 { 923 QMessageBox::critical( 0, "Install Error!", 924 "An error occured while extracting the system image! Please check the install CD, or try selecting 'Safe Mode' when the installation CD begins booting. The system will now reboot." ); 925 done(1); 926 } else { 927 920 928 ExtractLabel->setText(tr("Complete! Click next to continue.")); 921 929 setNextEnabled(currentPage(),TRUE); 922 930 next(); 931 932 } 923 933 924 934 }
