mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Merge pull request #4 from alexmyczko/patch-2
Update GormResourceEditor.m
This commit is contained in:
commit
de70e240c9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
NSString *name = [aNotification name];
|
||||
if([name isEqual: GormResizeCellNotification])
|
||||
{
|
||||
NSDebugLog(@"Recieved notification");
|
||||
NSDebugLog(@"Received notification");
|
||||
[self setCellSize: defaultCellSize()];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue