stupid typo.

git-svn-id: svn://10.0.0.236/branches/Netscape_20000922_BRANCH@84750 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
2001-01-10 23:36:33 +00:00
parent 3a59d55f23
commit edefa8be72

View File

@@ -3373,7 +3373,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM wParam, LPARAM lParam, LRESULT
}
nsMouseScrollEvent scrollEvent;
scrolllEvent.scrollFlags = nsMouseScrollEvent::kIsVertical;
scrollEvent.scrollFlags = nsMouseScrollEvent::kIsVertical;
if (msg == WM_MOUSEWHEEL)
scrollEvent.delta = -((short) HIWORD (wParam) / iDeltaPerLine);
else