From: Simon Tatham Date: Mon, 24 Jan 2005 13:04:37 +0000 (+0000) Subject: Help should have the shortcut Command-?. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=895844a9d976119b2d8a8c7a8f559888253f9c7f;p=sgt-puzzles.git Help should have the shortcut Command-?. [originally from svn r5195] --- diff --git a/osx.m b/osx.m index 7d0dddb..f2fb31e 100644 --- a/osx.m +++ b/osx.m @@ -1209,7 +1209,7 @@ int main(int argc, char **argv) menu = newsubmenu([NSApp mainMenu], "Help"); typemenu = menu; - item = newitem(menu, "Puzzles Help", "", NSApp, @selector(showHelp:)); + item = newitem(menu, "Puzzles Help", "?", NSApp, @selector(showHelp:)); [NSApp run]; [pool release];