Merge pull request #4 from alexmyczko/patch-2

Update GormResourceEditor.m
This commit is contained in:
Riccardo 2018-10-23 12:54:38 +02:00 committed by GitHub
commit de70e240c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@
NSString *name = [aNotification name];
if([name isEqual: GormResizeCellNotification])
{
NSDebugLog(@"Recieved notification");
NSDebugLog(@"Received notification");
[self setCellSize: defaultCellSize()];
}
}