From 554076c79be9964986eb15debf6f2df74d69018e Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 13 Oct 1999 00:50:19 +0000 Subject: [PATCH] Use Control for key equivalent. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5000 72102866-910b-0410-8b05-ffd578937521 --- Source/NSButtonCell.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/NSButtonCell.m b/Source/NSButtonCell.m index 2492bd368..414392a38 100644 --- a/Source/NSButtonCell.m +++ b/Source/NSButtonCell.m @@ -74,6 +74,7 @@ delayInterval = 0.4; repeatInterval = 0.075; altContents = nil; + keyEquivalentModifierMask = NSControlKeyMask; return self; }