mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +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
c8ac5f25e4
commit
6a11f149ca
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-06-29 20:15 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSWorkspace.m (-launchApplication:showIcon:autolaunch:):
|
||||
Add a missing '@'.
|
||||
|
||||
2003-06-29 17:37 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSStringDrawing.m (-drawAtPoint:, -drawAtRect:, -size):
|
||||
|
|
|
@ -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…
Reference in a new issue