[NSButtonCell _init]: assign @"" to _keyEquivalent and to _altContents

This behaviour is more consistent with other OPENSTEP implementations.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11231 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
pyr 2001-10-23 22:42:55 +00:00
parent ff7cace057
commit f6fffa7aba

View file

@ -77,6 +77,8 @@
_delayInterval = 0.4;
_repeatInterval = 0.075;
_keyEquivalentModifierMask = NSCommandKeyMask;
_keyEquivalent = @"";
_altContents = @"";
return self;
}