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]
This commit is contained in:
Simon Tatham
2005-01-24 14:10:16 +00:00
parent 9aff566286
commit 0f323c585f

1
osx.m
View File

@ -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];