Author: jimtabor Date: Mon Oct 16 05:22:21 2006 New Revision: 24534
URL: http://svn.reactos.org/svn/reactos?rev=24534&view=rev Log: Fix text line.
Modified: trunk/reactos/include/reactos/win32k/ntusrtyp.h
Modified: trunk/reactos/include/reactos/win32k/ntusrtyp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntus... ============================================================================== --- trunk/reactos/include/reactos/win32k/ntusrtyp.h (original) +++ trunk/reactos/include/reactos/win32k/ntusrtyp.h Mon Oct 16 05:22:21 2006 @@ -164,8 +164,7 @@ /* ----------- 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