mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Fix typo!
svn path=/trunk/; revision=30825
This commit is contained in:
parent
940927a689
commit
816981675a
1 changed files with 1 additions and 1 deletions
|
@ -1992,7 +1992,7 @@ NtUserGetMenuItemRect(
|
|||
}
|
||||
|
||||
Rect.left += XMove;
|
||||
Rect.Top += YMove;
|
||||
Rect.top += YMove;
|
||||
Rect.right += XMove;
|
||||
Rect.bottom += YMove;
|
||||
|
||||
|
|
Loading…
Reference in a new issue