mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
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:
parent
87e7715a40
commit
93b63e0430
1 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue