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:
alexm 2003-06-29 18:17:08 +00:00
parent e28708ee7f
commit 251b3d12fa
2 changed files with 6 additions and 1 deletions

View file

@ -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];
}