diff --git a/AppKit/NSSystemInfoPanel/NSSystemInfoPanel.m b/AppKit/NSSystemInfoPanel/NSSystemInfoPanel.m index de65d234..d8ae145e 100644 --- a/AppKit/NSSystemInfoPanel/NSSystemInfoPanel.m +++ b/AppKit/NSSystemInfoPanel/NSSystemInfoPanel.m @@ -53,8 +53,7 @@ static NSSystemInfoPanel *_sharedInfoPanel = nil; if (icon != nil) [appIconView setImage: icon]; - [appNameField setStringValue: [[[NSBundle mainBundle] infoDictionary] - objectForKey: @"CFBundleName"]]; + [appNameField setStringValue: [[NSBundle mainBundle] objectForInfoDictionaryKey: @"CFBundleName"]]; NSString *bundleVersion = [[[NSBundle mainBundle] infoDictionary] objectForKey: @"CFBundleVersion"];