Help should have the shortcut Command-?.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Jan 2005 13:04:37 +0000 (13:04 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Jan 2005 13:04:37 +0000 (13:04 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5195 cda61777-01e9-0310-a592-d414129be87e

osx.m

diff --git a/osx.m b/osx.m
index 7d0dddb..f2fb31e 100644 (file)
--- 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];