--- np2/macosx/dialog/macalert.cpp 2003/11/21 16:01:41 1.4 +++ np2/macosx/dialog/macalert.cpp 2004/03/15 11:06:24 1.7 @@ -34,6 +34,7 @@ void ResumeErrorDialogProc(void) { DialogItemIndex hit; GetStandardAlertDefaultParams(¶m, kStdCFStringAlertVersionOne); + param.movable = true; 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"), ¶m, &ret); @@ -79,4 +80,4 @@ bool QuitWarningDialogProc(void) { } } return(true); -} \ No newline at end of file +}