explorerframe: A spelling fix in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ff36b5c816
commit
039691952e
|
@ -498,7 +498,7 @@ static LRESULT create_namespacetree(HWND hWnd, CREATESTRUCTW *crs)
|
|||
|
||||
INameSpaceTreeControl2_AddRef(&This->INameSpaceTreeControl2_iface);
|
||||
|
||||
/* Subclass the treeview to get the keybord events. */
|
||||
/* Subclass the treeview to get the keyboard events. */
|
||||
This->tv_oldwndproc = (WNDPROC)SetWindowLongPtrW(This->hwnd_tv, GWLP_WNDPROC,
|
||||
(ULONG_PTR)tv_wndproc);
|
||||
if(This->tv_oldwndproc)
|
||||
|
|
Loading…
Reference in New Issue