mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 10:39:07 +00:00
Sascha Clausen <r4v3r AT hotmail DOT de>
- Set menu ID. - See issue #2144 for details. svn path=/trunk/; revision=39830
This commit is contained in:
parent
6a56dca9a3
commit
6a5097f0bb
1 changed files with 1 additions and 0 deletions
|
@ -1026,6 +1026,7 @@ IntBuildMenuItemList(PMENU_OBJECT MenuObject, PVOID Buffer, ULONG nMax)
|
|||
}
|
||||
mii.fState = CurItem->fState;
|
||||
mii.fType = CurItem->fType;
|
||||
mii.wID = CurItem->wID;
|
||||
mii.hbmpChecked = CurItem->hbmpChecked;
|
||||
mii.hbmpItem = CurItem->hbmpItem;
|
||||
mii.hbmpUnchecked = CurItem->hbmpUnchecked;
|
||||
|
|
Loading…
Reference in a new issue