From 89809dcd7ab0472661931924ce8443aa174fa825 Mon Sep 17 00:00:00 2001 From: simon 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. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5199 cda61777-01e9-0310-a592-d414129be87e --- 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]; -- 2.11.0