minor fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12513 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-02-12 19:10:31 +00:00
parent 9d1b198a9e
commit fcfe13f6db
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-02-12 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSBundleAdditions.m: Fix dumb error in my last modification.
(bug report by Stephen brandon).
Mon Feb 11 14:39:03 2002 Nicola Pero <n.pero@mi.flashnet.it>
Updated for change in semantics of -string method of

View file

@ -249,7 +249,7 @@ Class gmodel_class(void)
}
else
{
fileName = [fileName stringByAppendingPathExtension: @"gmodel"];
fileName = [base stringByAppendingPathExtension: @"gmodel"];
ext = @"gmodel";
}
}