mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Correct mispelling of key
This commit is contained in:
parent
64b35d46ca
commit
829d5367f9
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@
|
|||
|
||||
if ([coder containsValueForKey: @"NSDraggingImageComponents"])
|
||||
{
|
||||
[self setDraggingImageComponents: [coder decodeObjectForKey: @"NSDrawggingImageComponents"]];
|
||||
[self setDraggingImageComponents: [coder decodeObjectForKey: @"NSDraggingImageComponents"]];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue