winemac.drv: Improved App name on windows and menus (Mac Driver)

Nikolay Sivov nsivov at codeweavers.com
Thu Jun 11 03:42:48 CDT 2015


On 06/10/2015 05:48 PM, Vitor Marques wrote:
> +            // Application name
>               bundleName = [[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString*)kCFBundleNameKey];
> +            if (!bundleName || ![bundleName lenght]) bundleName = @"Wine";

I can't say I understand objc, but this looks like a typo.



More information about the wine-devel mailing list