Fix some typos

This commit is contained in:
Dennis Bolio
2014-04-15 22:20:01 +02:00
parent ea6db31d03
commit 3b6d182d0e
3 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ NSInteger const kMPDefaultIcon = -1;
NSButton *button = sender;
NSImage *image = [button image];
NSUInteger buttonIndex = [[self.iconCollectionView content] indexOfObject:image];
self.selectedIcon = [[MPIconHelper databaseIconType] [buttonIndex] integerValue];
self.selectedIcon = [[MPIconHelper databaseIconTypes] [buttonIndex] integerValue];
[self.popover performClose:self];
}