mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Bugfix ... use userLanguages again.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9286 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
36969b2551
commit
7c17c89a5e
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ _bundle_load_callback(Class theClass, Category *theCategory)
|
|||
NSEnumerator* enumerate;
|
||||
|
||||
array = [NSMutableArray arrayWithCapacity: 8];
|
||||
languages = [[NSUserDefaults standardUserDefaults] stringArrayForKey: @"NSLanguages"];
|
||||
languages = [NSUserDefaults userLanguages];
|
||||
|
||||
primary = [rootPath stringByAppendingPathComponent: @"Resources"];
|
||||
[array addObject: _bundle_resource_path(primary, bundlePath, nil)];
|
||||
|
|
Loading…
Reference in a new issue