Ahem. Rogue copy and paste was causing preset menu items to go into
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Jan 2005 14:10:16 +0000 (14:10 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Jan 2005 14:10:16 +0000 (14:10 +0000)
the Help menu rather than the Type menu. Fixed.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5199 cda61777-01e9-0310-a592-d414129be87e

osx.m

diff --git a/osx.m b/osx.m
index f2fb31e..09aa99c 100644 (file)
--- a/osx.m
+++ b/osx.m
@@ -1208,7 +1208,6 @@ int main(int argc, char **argv)
     item = newitem(menu, "Minimise Window", "m", NULL, @selector(performMiniaturize:));
 
     menu = newsubmenu([NSApp mainMenu], "Help");
-    typemenu = menu;
     item = newitem(menu, "Puzzles Help", "?", NSApp, @selector(showHelp:));
 
     [NSApp run];