aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-01-24 14:10:16 +0000
committerSimon Tatham <anakin@pobox.com>2005-01-24 14:10:16 +0000
commit0f323c585f38935a7bce3464078826e5a545fb22 (patch)
tree0573317a4f379651f0a6d433e5cefa31a1d9de51
parent9aff56628683a4593cc90b349cfb357bee642b10 (diff)
downloadpuzzles-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.m1
1 files changed, 0 insertions, 1 deletions
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];