diff --git a/MMBackend.m b/MMBackend.m index ab438ac24e..a2b14d64ee 100644 --- a/MMBackend.m +++ b/MMBackend.m @@ -114,7 +114,7 @@ static int specialKeyToNSKey(int key); // MMWindowController which always raises the app when a new window is // opened. NSMutableArray *args = [NSMutableArray arrayWithObjects: - MMNoWindowKey, @"yes", nil]; + [NSString stringWithFormat:@"-%@", MMNoWindowKey], @"yes", nil]; NSString *exeName = [[mainBundle infoDictionary] objectForKey:@"CFBundleExecutable"]; NSString *path = [mainBundle pathForAuxiliaryExecutable:exeName];