mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Implemented experimental library resource bundle versioning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24841 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca884351b2
commit
661c84a01d
8 changed files with 177 additions and 41 deletions
|
@ -502,7 +502,7 @@ static BOOL setSharedDefaults = NO; /* Flag to prevent infinite recursion */
|
|||
NSDictionary *dict;
|
||||
NSBundle *gbundle;
|
||||
|
||||
gbundle = [NSBundle bundleForLibrary: @"gnustep-base"];
|
||||
gbundle = [NSBundle bundleForClass: [NSObject class]];
|
||||
path = [gbundle pathForResource: lang
|
||||
ofType: nil
|
||||
inDirectory: @"Languages"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue