Commit 03969195 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

explorerframe: A spelling fix in a comment.

parent ff36b5c8
......@@ -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)
......
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