1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Replaced an OSX symbol that wasn't available in older SDKs.

This commit is contained in:
jules 2013-08-14 11:34:18 +01:00
parent ea2c19b6a9
commit 104e5cdbc7

View file

@ -419,7 +419,7 @@ bool Process::openDocument (const String& fileName, const String& parameters)
NSMutableDictionary* dict = [[[NSMutableDictionary alloc] init] autorelease];
[dict setObject: paramArray
forKey: NSWorkspaceLaunchConfigurationArguments];
forKey: nsStringLiteral ("NSWorkspaceLaunchConfigurationArguments")];
return [workspace launchApplicationAtURL: filenameAsURL
options: NSWorkspaceLaunchDefault | NSWorkspaceLaunchNewInstance