diff options
author | ritsuka <[email protected]> | 2015-07-24 10:10:40 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-07-24 10:10:40 +0000 |
commit | 0a100b66d99b69ffbd0dd16e06e05515531c8e1f (patch) | |
tree | 0f586a2a14cbd5262d87f285c0ecb03cd21fd191 /macosx/HBAppDelegate.m | |
parent | ae2470b07ab1a3ae7d97668d09b60b4c698fe234 (diff) |
MacGui: more missing files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7374 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAppDelegate.m')
-rw-r--r-- | macosx/HBAppDelegate.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAppDelegate.m b/macosx/HBAppDelegate.m index 33b82c315..fddd8a48d 100644 --- a/macosx/HBAppDelegate.m +++ b/macosx/HBAppDelegate.m @@ -180,7 +180,7 @@ - (void)application:(NSApplication *)sender openFiles:(NSArray *)filenames { - [self.mainController openFile:[NSURL fileURLWithPath:filenames.firstObject]]; + [self.mainController openURL:[NSURL fileURLWithPath:filenames.firstObject]]; [NSApp replyToOpenOrPrint:NSApplicationDelegateReplySuccess]; } |