From 738e94506ed1ed1320864f8fff701bf0702229ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Sun, 20 Dec 2009 15:35:01 +0100 Subject: [PATCH] include: Do not separate control names. --- include/commctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/commctrl.h b/include/commctrl.h index b88d694826d..27bd74572e5 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"