From 5e80da1b9f4f45c708f7e274246767fa2e8a2442 Mon Sep 17 00:00:00 2001 From: gcasa Date: Thu, 23 Feb 2006 04:04:22 +0000 Subject: [PATCH] Corrected problem reported cbv. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22563 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/NSScreen.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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?