shithub: puzzles

Download patch

ref: 0f323c585f38935a7bce3464078826e5a545fb22
parent: 9aff56628683a4593cc90b349cfb357bee642b10
author: Simon Tatham <anakin@pobox.com>
date: Mon Jan 24 09:10:16 EST 2005

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]

--- a/osx.m
+++ b/osx.m
@@ -1208,7 +1208,6 @@
     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];