diff --git a/stella/src/macosx/Menus.m b/stella/src/macosx/Menus.m index e0f997d7f..7e3269b86 100755 --- a/stella/src/macosx/Menus.m +++ b/stella/src/macosx/Menus.m @@ -4,7 +4,7 @@ Mark Grebe */ -/* $Id: Menus.m,v 1.10 2005-10-15 19:02:15 markgrebe Exp $ */ +/* $Id: Menus.m,v 1.11 2006-01-29 23:06:10 markgrebe Exp $ */ #import #import "SDL.h" @@ -122,12 +122,12 @@ static Menus *sharedInstance = nil; - (IBAction)biggerScreen:(id)sender { - [self pushKeyEvent:SDLK_EQUALS:YES:YES]; + [self pushKeyEvent:SDLK_EQUALS:NO:YES]; } - (IBAction)smallerScreen:(id)sender { - [self pushKeyEvent:SDLK_MINUS:YES:YES]; + [self pushKeyEvent:SDLK_MINUS:NO:YES]; } - (IBAction)fullScreen:(id)sender diff --git a/stella/src/macosx/stella.pbproj/project.pbxproj b/stella/src/macosx/stella.pbproj/project.pbxproj index 72f7a8c11..05883f378 100755 --- a/stella/src/macosx/stella.pbproj/project.pbxproj +++ b/stella/src/macosx/stella.pbproj/project.pbxproj @@ -287,7 +287,7 @@ CFBundleExecutable StellaOSX CFBundleGetInfoString - 2.1.0 + 2.1.0a CFBundleHelpBookFolder docs CFBundleHelpBookName @@ -299,13 +299,13 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - StellaOSX 2.1.0 + StellaOSX 2.1.0a CFBundlePackageType APPL CFBundleSignature StLa CFBundleVersion - 2.1.0 + 2.1.0a NSMainNibFile SDLMain.nib NSPrincipalClass