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:
parent
ea2c19b6a9
commit
104e5cdbc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue