|
|
| version 1.4, 2003/11/21 16:01:41 | version 1.5, 2003/11/24 20:44:14 |
|---|---|
| Line 34 void ResumeErrorDialogProc(void) { | Line 34 void ResumeErrorDialogProc(void) { |
| DialogItemIndex hit; | DialogItemIndex hit; |
| GetStandardAlertDefaultParams(¶m, kStdCFStringAlertVersionOne); | GetStandardAlertDefaultParams(¶m, kStdCFStringAlertVersionOne); |
| param.movable = true; | |
| CreateStandardAlert(kAlertStopAlert, CFCopyLocalizedString(CFSTR("Couldn't restart"), "Resume Error Message"), | CreateStandardAlert(kAlertStopAlert, CFCopyLocalizedString(CFSTR("Couldn't restart"), "Resume Error Message"), |
| CFCopyLocalizedString(CFSTR("An error occured when reading the np2.sav file. Neko Project IIx couldn't restart."), "Resume Error Description"), | CFCopyLocalizedString(CFSTR("An error occured when reading the np2.sav file. Neko Project IIx couldn't restart."), "Resume Error Description"), |
| ¶m, &ret); | ¶m, &ret); |