--- hatari/src/gui-osx/SDLMain.m 2019/04/09 08:56:38 1.1.1.13 +++ hatari/src/gui-osx/SDLMain.m 2019/04/09 08:59:04 1.1.1.15 @@ -34,6 +34,7 @@ #import "clocks_timings.h" #import "change.h" +extern void Main_RequestQuit(int exitval) ; #ifdef SDL_USE_CPS // Portions of CPS.h @@ -438,7 +439,7 @@ char szPath[FILENAME_MAX] ; // // Refresh all the controls to match ConfigureParams if (Change_DoNeedReset(&CurrentParams, &ConfigureParams)) applyChanges = [NSApp myAlerte:NSInformationalAlertStyle Txt:localize(@"Reset the emulator") firstB:localize(@"Don't reset") - alternateB:localize(@"Reset") otherB:nil informativeTxt:@"" ] == NSAlertFirstButtonReturn ; + alternateB:localize(@"Reset") otherB:nil informativeTxt:@"" ] == NSAlertSecondButtonReturn ; if (applyChanges) Change_CopyChangedParamsToConfiguration(&CurrentParams, &ConfigureParams, true); // Ok with Reset else