mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:30:37 +00:00
Add a missing '@'.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17069 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e28708ee7f
commit
251b3d12fa
2 changed files with 6 additions and 1 deletions
|
@ -1148,7 +1148,7 @@ inFileViewerRootedAtPath: (NSString*)rootFullpath
|
|||
|
||||
if (autolaunch == YES)
|
||||
{
|
||||
args = [NSArray arrayWithObjects: @"-autolaunch", "YES", nil];
|
||||
args = [NSArray arrayWithObjects: @"-autolaunch", @"YES", nil];
|
||||
}
|
||||
return [self _launchApplication: appName arguments: args];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue