mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 04:00:00 +00:00
Use localized CFBundleName for NSSystemInfoPanel
This commit is contained in:
parent
ad281f226c
commit
b74def59bd
@ -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"];
|
||||
|
Loading…
Reference in New Issue
Block a user