From: simon Date: Mon, 24 Jan 2005 13:04:37 +0000 (+0000) Subject: Help should have the shortcut Command-?. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/171ee031dfaaed2035efaea6366650691d57e2b1 Help should have the shortcut Command-?. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5195 cda61777-01e9-0310-a592-d414129be87e --- 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];