Diff for /np2/macosx/dialog/macalert.cpp between versions 1.2 and 1.3

version 1.2, 2003/11/06 18:27:59 version 1.3, 2003/11/11 16:33:51
Line 23  static SInt16 showCautionAlert(CFStringR Line 23  static SInt16 showCautionAlert(CFStringR
     if (button) param.defaultText = button;      if (button) param.defaultText = button;
         
     CreateStandardAlert(kAlertCautionAlert, title, string, &param, &ret);      CreateStandardAlert(kAlertCautionAlert, title, string, &param, &ret);
       SysBeep(0);
     RunStandardAlert(ret, NULL, &hit);      RunStandardAlert(ret, NULL, &hit);
     return(hit);      return(hit);
 }  }
Line 36  void ResumeErrorDialogProc(void) { Line 37  void ResumeErrorDialogProc(void) {
     CreateStandardAlert(kAlertStopAlert, CFCopyLocalizedString(CFSTR("Couldn't restart"), "Resume Error Message"),       CreateStandardAlert(kAlertStopAlert, CFCopyLocalizedString(CFSTR("Couldn't restart"), "Resume Error Message"), 
                                          CFCopyLocalizedString(CFSTR("A resume error occured when loading the np2.sav file. So Neko Project II couldn't restart."), "Resume Error Description"),                                           CFCopyLocalizedString(CFSTR("A resume error occured when loading the np2.sav file. So Neko Project II couldn't restart."), "Resume Error Description"),
                                          &param, &ret);                                           &param, &ret);
       SysBeep(0);
     RunStandardAlert(ret, NULL, &hit);      RunStandardAlert(ret, NULL, &hit);
 }  }
   

Removed from v.1.2  
changed lines
  Added in v.1.3


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