mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Minor fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33916 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d457ce4cc
commit
d8432fad48
3 changed files with 12 additions and 1 deletions
|
@ -2099,7 +2099,7 @@ IF_NO_GC(
|
|||
|
||||
- (id) objectForInfoDictionaryKey: (NSString *)key
|
||||
{
|
||||
return nil;
|
||||
return [[self infoDictionary] objectForKey: key];
|
||||
}
|
||||
|
||||
- (NSString*) developmentLocalization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue