Fixed typo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5197 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-11-16 09:48:54 +00:00
parent 87e7715a40
commit 93b63e0430

View file

@ -163,7 +163,7 @@ static NSMapTable* windowmaps = NULL;
{
NSString *key;
key = [NSString stringWithFormat: @"NSWindow frame %@", name];
key = [NSString stringWithFormat: @"NSWindow Frame %@", name];
[windowsLock lock];
[[NSUserDefaults standardUserDefaults] removeObjectForKey: key];
[windowsLock unlock];
@ -2207,7 +2207,7 @@ resetCursorRectsForView(NSView *theView)
}
else
{
key = [NSString stringWithFormat: @"NSWindow frame %@", name];
key = [NSString stringWithFormat: @"NSWindow Frame %@", name];
}
[defs setObject: obj forKey: key];
[windowsLock unlock];
@ -2382,7 +2382,7 @@ resetCursorRectsForView(NSView *theView)
{
NSString *key;
key = [NSString stringWithFormat: @"NSWindow frame %@", name];
key = [NSString stringWithFormat: @"NSWindow Frame %@", name];
obj = [defs objectForKey: key];
}
[windowsLock unlock];