mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:00:37 +00:00
Removed new GCC 3.4 warnings from Alexander Malmbergs list.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17601 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a46846708e
commit
4a0281b9c4
10 changed files with 37 additions and 12 deletions
|
@ -229,7 +229,7 @@ static Class imageClass;
|
|||
|
||||
- (NSString*) userKeyEquivalent
|
||||
{
|
||||
NSString *userKeyEquivalent = [[[[NSUserDefaults standardUserDefaults]
|
||||
NSString *userKeyEquivalent = [(NSDictionary*)[[[NSUserDefaults standardUserDefaults]
|
||||
persistentDomainForName: NSGlobalDomain]
|
||||
objectForKey: @"NSCommandKeys"]
|
||||
objectForKey: _title];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue