Minor feature fix - Info.plist -> Info-gnustep.plist

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3315 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-11-24 03:46:21 +00:00
parent 8f31ce4ef5
commit 22e6600970
2 changed files with 4 additions and 2 deletions

View file

@ -787,7 +787,7 @@ _bundle_load_callback(Class theClass, Category *theCategory)
if (_infoDict)
return _infoDict;
path = [self pathForResource: @"Info" ofType: @"plist"];
path = [self pathForResource: @"Info-gnustep" ofType: @"plist"];
if (path)
_infoDict = [[NSDictionary alloc] initWithContentsOfFile: path];
else