From 0f323c585f38935a7bce3464078826e5a545fb22 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 24 Jan 2005 14:10:16 +0000 Subject: [PATCH] Ahem. Rogue copy and paste was causing preset menu items to go into the Help menu rather than the Type menu. Fixed. [originally from svn r5199] --- osx.m | 1 - 1 file changed, 1 deletion(-) diff --git a/osx.m b/osx.m index f2fb31e..09aa99c 100644 --- 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];