Commit 06188b6d authored by Andrey Turkin's avatar Andrey Turkin Committed by Alexandre Julliard

shell32: IShellView list's control id should be 1, not 2000.

parent 6a80a492
...@@ -146,7 +146,7 @@ static inline IShellViewImpl *impl_from_IViewObject( IViewObject *iface ) ...@@ -146,7 +146,7 @@ static inline IShellViewImpl *impl_from_IViewObject( IViewObject *iface )
#define IDM_VIEW_IDW (FCIDM_SHVIEWFIRST + 0x501) #define IDM_VIEW_IDW (FCIDM_SHVIEWFIRST + 0x501)
#define IDM_MYFILEITEM (FCIDM_SHVIEWFIRST + 0x502) #define IDM_MYFILEITEM (FCIDM_SHVIEWFIRST + 0x502)
#define ID_LISTVIEW 2000 #define ID_LISTVIEW 1
#define SHV_CHANGE_NOTIFY WM_USER + 0x1111 #define SHV_CHANGE_NOTIFY WM_USER + 0x1111
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment