include/commctrl.h: Do not seperate control names

André Hentschel nerv at dawncrow.de
Sun Dec 20 08:35:01 CST 2009


its confusing and searching may be harder.
so we should use the style of the other comments

---
 include/commctrl.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index b88d694..27bd745 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -5159,7 +5159,7 @@ static const WCHAR WC_EDITW[] = { 'E','d','i','t',0 };
 #define WC_EDIT                   WINELIB_NAME_AW(WC_EDIT)
 
 /**************************************************************************
- * List box control
+ * Listbox control
  */
 
 #define WC_LISTBOXA               "ListBox"
@@ -5173,7 +5173,7 @@ static const WCHAR WC_LISTBOXW[] = { 'L','i','s','t','B','o','x',0 };
 #define WC_LISTBOX                WINELIB_NAME_AW(WC_LISTBOX)
 
 /**************************************************************************
- * Scroll bar control
+ * Scrollbar control
  */
 
 #define WC_SCROLLBARA             "ScrollBar"
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list