From: Simon Tatham Date: Mon, 24 Jan 2005 14:10:16 +0000 (+0000) Subject: Ahem. Rogue copy and paste was causing preset menu items to go into X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=0f323c585f38935a7bce3464078826e5a545fb22;p=sgt-puzzles.git 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] --- 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];