From ed5fa87584f5c1c820e1732ec869f0b3c6d0fff7 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 31 Oct 2005 03:03:53 +0000 Subject: [PATCH] Fix spelling. --- stepmania/PBProject/SMMain.mm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stepmania/PBProject/SMMain.mm b/stepmania/PBProject/SMMain.mm index 764c616b6c..bdc1f6c109 100755 --- a/stepmania/PBProject/SMMain.mm +++ b/stepmania/PBProject/SMMain.mm @@ -2,7 +2,7 @@ #include "ProductInfo.h" #include "GameLoop.h" -// XXX remove these +// XXX remove this extern "C" { extern int SDL_main(int, char **); @@ -35,7 +35,6 @@ extern "C" else [super sendEvent:event]; } - @end /* The main class of the application, the application's delegate */ @@ -87,7 +86,7 @@ static void setupMenus( void ) [appMenu addItem:MenuItem( "Show All", @selector(unhideAllApplications:), @"" )]; [appMenu addItem:MenuItem( "Quit " PRODUCT_NAME, @selector(terminate:), @"q" )]; - [windowMenu addItem:MenuItem( "Minimize", @selector(performMiniturize:), @"m" )]; + [windowMenu addItem:MenuItem( "Minimize", @selector(performMiniaturize:), @"m" )]; [windowMenu addItem:[NSMenuItem separatorItem]]; [windowMenu addItem:MenuItem( "Full Screen", @selector(fullscreen:), @"" )];