Correction of last changes as pointed out by Derek Fawcus

<dfawcus@employees.org>.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31032 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2010-07-26 11:05:07 +00:00
parent 2f421281dd
commit da660947da
2 changed files with 6 additions and 2 deletions

View file

@ -3219,7 +3219,7 @@ resetCursorRectsForView(NSView *theView)
}
// If this is a BACKTAB event, move to the previous key view
if (character == NSTabCharacter)
if (character == NSBackTabCharacter)
{
[self selectPreviousKeyView: self];
return;