Fix typo!

svn path=/trunk/; revision=30825
This commit is contained in:
James Tabor 2007-11-27 21:04:25 +00:00
parent 940927a689
commit 816981675a

View file

@ -1992,7 +1992,7 @@ NtUserGetMenuItemRect(
}
Rect.left += XMove;
Rect.Top += YMove;
Rect.top += YMove;
Rect.right += XMove;
Rect.bottom += YMove;