|
|
| version 1.4, 2003/11/21 16:01:41 | version 1.7, 2004/03/15 11:06:24 |
|---|---|
| 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); |
| Line 79 bool QuitWarningDialogProc(void) { | Line 80 bool QuitWarningDialogProc(void) { |
| } | } |
| } | } |
| return(true); | return(true); |
| } | |
| } |