--- np2/macosx/dialog/macalert.cpp 2003/11/21 16:01:41 1.4 +++ np2/macosx/dialog/macalert.cpp 2003/11/24 20:44:14 1.5 @@ -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);