[ros-diffs] [jimtabor] 24534: Fix text line.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Mon Oct 16 03:22:22 CEST 2006


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/ntusrtyp.h?rev=24534&r1=24533&r2=24534&view=diff
==============================================================================
--- 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




More information about the Ros-diffs mailing list