mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12976 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e9ab63395c
commit
0c6fdd21fa
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ static Class eventClass;
|
|||
{
|
||||
NSEvent *e;
|
||||
|
||||
if ((type < NSLeftMosueDown || type > NSRightMouseDragged)
|
||||
if ((type < NSLeftMouseDown || type > NSRightMouseDragged)
|
||||
&& (type != NSScrollWheel))
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"mouseEvent with wrong type"];
|
||||
|
|
Loading…
Reference in a new issue