mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Fix text line.
svn path=/trunk/; revision=24534
This commit is contained in:
parent
48a7051b20
commit
7e06d0e8cf
1 changed files with 1 additions and 2 deletions
|
@ -164,8 +164,7 @@ typedef struct tagROSMENUITEMINFO
|
|||
/* ----------- Extra ----------- */
|
||||
RECT Rect; /* Item area (relative to menu window) */
|
||||
UINT XTab; /* X position of text after Tab */
|
||||
LPWSTR Text; /* Copy of the text pointer in MenuItem->Text
|
||||
*/
|
||||
LPWSTR Text; /* Copy of the text pointer in MenuItem->Text */
|
||||
} ROSMENUITEMINFO, *PROSMENUITEMINFO;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue