From cbde344114f9dab8c893b45a5f346826be5f8cd6 Mon Sep 17 00:00:00 2001 From: CaS Date: Sat, 3 Mar 2001 15:58:02 +0000 Subject: [PATCH] Bugfix ... use userLanguages again. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9286 72102866-910b-0410-8b05-ffd578937521 --- Source/NSBundle.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSBundle.m b/Source/NSBundle.m index a27f5785b..f483a94f1 100644 --- a/Source/NSBundle.m +++ b/Source/NSBundle.m @@ -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)];