Cleanup of memory management in loadNib code. Minor formatting changes in gopen and GSspell.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18264 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
uid65715 2003-12-23 18:45:18 +00:00
parent 67bf59a067
commit 3f01db306e
5 changed files with 80 additions and 14 deletions

View file

@ -303,7 +303,7 @@ findMisspelledWordInString:(NSString *)stringToCheck
else
if(![outputScanner scanUpToCharactersFromSet:
[NSCharacterSet whitespaceAndNewlineCharacterSet]
intoString: &guessWord])
intoString: &guessWord])
{
break;
}

View file

@ -84,8 +84,8 @@ main(int argc, char** argv, char **env_c)
if (application)
{
// Don't start the application itself but use it for file opening.
// [workspace launchApplication: application];
// Don't start the application itself but use it for file opening.
// [workspace launchApplication: application];
}
if (filetoopen)