diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-01-24 14:10:16 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-01-24 14:10:16 +0000 |
| commit | 0f323c585f38935a7bce3464078826e5a545fb22 (patch) | |
| tree | 0573317a4f379651f0a6d433e5cefa31a1d9de51 | |
| parent | 9aff56628683a4593cc90b349cfb357bee642b10 (diff) | |
| download | puzzles-0f323c585f38935a7bce3464078826e5a545fb22.zip puzzles-0f323c585f38935a7bce3464078826e5a545fb22.tar.gz puzzles-0f323c585f38935a7bce3464078826e5a545fb22.tar.bz2 puzzles-0f323c585f38935a7bce3464078826e5a545fb22.tar.xz | |
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]
| -rw-r--r-- | osx.m | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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]; |