mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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:
parent
9d1b198a9e
commit
fcfe13f6db
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -249,7 +249,7 @@ Class gmodel_class(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
fileName = [fileName stringByAppendingPathExtension: @"gmodel"];
|
||||
fileName = [base stringByAppendingPathExtension: @"gmodel"];
|
||||
ext = @"gmodel";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue