diff --git a/ChangeLog b/ChangeLog index d54cefe60..20748ac5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-22 23:03 Gregory John Casamento + + * Source/NSScreen.m: Correction for visibleFrame, spelling of + NSInterfaceStyle was incorrect. + 2006-02-22 Richard Frith-Macdonald * Source/GSPrintOperation.m: trap exceptions launching previwer diff --git a/Source/NSScreen.m b/Source/NSScreen.m index 7a1ad9a96..8e173f2c5 100644 --- a/Source/NSScreen.m +++ b/Source/NSScreen.m @@ -302,7 +302,7 @@ static NSMutableArray *screenArray = nil; { NSRect visFrame = _frame; - switch (NSInterfaceStyleForKey(@"NSIntefaceStyle", nil)) + switch (NSInterfaceStyleForKey(@"NSInterfaceStyle", nil)) { case NSMacintoshInterfaceStyle: // What is the size of the Mac menubar?