mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
8f31ce4ef5
commit
22e6600970
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue