Corrected problem reported cbv.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22563 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2006-02-23 04:04:22 +00:00
parent fda42b0824
commit 4597358562
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-22 23:03 Gregory John Casamento <greg_casamento@yahoo.com>
* Source/NSScreen.m: Correction for visibleFrame, spelling of
NSInterfaceStyle was incorrect.
2006-02-22 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSPrintOperation.m: trap exceptions launching previwer

View file

@ -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?