mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 13:10:48 +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
b5d656145f
commit
96daaf4ce0
1 changed files with 3 additions and 3 deletions
|
@ -163,7 +163,7 @@ static NSMapTable* windowmaps = NULL;
|
||||||
{
|
{
|
||||||
NSString *key;
|
NSString *key;
|
||||||
|
|
||||||
key = [NSString stringWithFormat: @"NSWindow frame %@", name];
|
key = [NSString stringWithFormat: @"NSWindow Frame %@", name];
|
||||||
[windowsLock lock];
|
[windowsLock lock];
|
||||||
[[NSUserDefaults standardUserDefaults] removeObjectForKey: key];
|
[[NSUserDefaults standardUserDefaults] removeObjectForKey: key];
|
||||||
[windowsLock unlock];
|
[windowsLock unlock];
|
||||||
|
@ -2207,7 +2207,7 @@ resetCursorRectsForView(NSView *theView)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
key = [NSString stringWithFormat: @"NSWindow frame %@", name];
|
key = [NSString stringWithFormat: @"NSWindow Frame %@", name];
|
||||||
}
|
}
|
||||||
[defs setObject: obj forKey: key];
|
[defs setObject: obj forKey: key];
|
||||||
[windowsLock unlock];
|
[windowsLock unlock];
|
||||||
|
@ -2382,7 +2382,7 @@ resetCursorRectsForView(NSView *theView)
|
||||||
{
|
{
|
||||||
NSString *key;
|
NSString *key;
|
||||||
|
|
||||||
key = [NSString stringWithFormat: @"NSWindow frame %@", name];
|
key = [NSString stringWithFormat: @"NSWindow Frame %@", name];
|
||||||
obj = [defs objectForKey: key];
|
obj = [defs objectForKey: key];
|
||||||
}
|
}
|
||||||
[windowsLock unlock];
|
[windowsLock unlock];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue