chiark / gitweb /
Ahem. Rogue copy and paste was causing preset menu items to go into
authorSimon Tatham <anakin@pobox.com>
Mon, 24 Jan 2005 14:10:16 +0000 (14:10 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 24 Jan 2005 14:10:16 +0000 (14:10 +0000)
the Help menu rather than the Type menu. Fixed.

[originally from svn r5199]

osx.m

diff --git a/osx.m b/osx.m
index f2fb31e1aa8694830472f21a3e94b3540ffa5d6a..09aa99c42163d93c4ee67f6fbcbfd5ac5a1f360d 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];