--- hatari/src/gui-osx/SDLMain.m 2019/04/09 08:57:50 1.1.1.14 +++ hatari/src/gui-osx/SDLMain.m 2019/04/09 08:59:04 1.1.1.15 @@ -439,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