mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
Merge pull request #3 from alexmyczko/patch-1
Update GormObjectEditor.m
This commit is contained in:
commit
dcbf7d7746
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ static NSMapTable *docMap = 0;
|
|||
|
||||
if([name isEqual: GormResizeCellNotification])
|
||||
{
|
||||
NSDebugLog(@"Recieved notification");
|
||||
NSDebugLog(@"Received notification");
|
||||
[self setCellSize: defaultCellSize()];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue