--- hatari/src/gui-osx/SDLMain.m 2019/04/01 07:14:43 1.1.1.3 +++ hatari/src/gui-osx/SDLMain.m 2019/04/01 07:15:26 1.1.1.4 @@ -327,12 +327,7 @@ static BOOL gFinderLaunch; - (IBAction)help:(id)sender { - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://hatari.sourceforge.net/"]]; - /* - NSRunAlertPanel (@"Help", - @"Sorry, there is no built-in help available.\n\nPlease visit http://hatari.sourceforge.net/ for more information.\n\n", - @"OK", nil, nil); - */ + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://hatari.berlios.de/"]]; }