Diff for /np2/macosx/dialog/macalert.cpp between versions 1.4 and 1.5

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(&param, kStdCFStringAlertVersionOne);         GetStandardAlertDefaultParams(&param, 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"),
                                          &param, &ret);                                           &param, &ret);

Removed from v.1.4  
changed lines
  Added in v.1.5


RetroPC.NET-CVS <cvs@retropc.net>