From 06188b6d340ff1d4c7dab1c73c583cc1fa6f1a40 Mon Sep 17 00:00:00 2001 From: Andrey Turkin Date: Sat, 11 Feb 2006 18:41:34 +0100 Subject: [PATCH] shell32: IShellView list's control id should be 1, not 2000. --- dlls/shell32/shlview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/shlview.c b/dlls/shell32/shlview.c index f9f07ce70b4..2cce8eb9c0d 100644 --- a/dlls/shell32/shlview.c +++ b/dlls/shell32/shlview.c @@ -146,7 +146,7 @@ static inline IShellViewImpl *impl_from_IViewObject( IViewObject *iface ) #define IDM_VIEW_IDW (FCIDM_SHVIEWFIRST + 0x501) #define IDM_MYFILEITEM (FCIDM_SHVIEWFIRST + 0x502) -#define ID_LISTVIEW 2000 +#define ID_LISTVIEW 1 #define SHV_CHANGE_NOTIFY WM_USER + 0x1111