Author: gadamopoulos Date: Mon Jul 11 14:18:36 2011 New Revision: 52636
URL: http://svn.reactos.org/svn/reactos?rev=52636&view=rev Log: [uxtheme] - Really fix a comment
Modified: branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/nonclient.c
Modified: branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/nonclient.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2011/ThemesSupport/dll/win3... ============================================================================== --- branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/nonclient.c [iso-8859-1] (original) +++ branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/nonclient.c [iso-8859-1] Mon Jul 11 14:18:36 2011 @@ -621,7 +621,7 @@
SelectObject(pcontext->hDC, FontOld);
- /* Fill the menu background are that isn't painted yet*/ + /* Fill the menu background area that isn't painted yet*/ FillRect(pcontext->hDC, &Rect, GetSysColorBrush(flat_menu ? COLOR_MENUBAR : COLOR_MENU)); }