shell32: Fix computation of default verb.
authorFrancois Gouget <fgouget@codeweavers.com>
Fri, 23 Jun 2006 16:32:38 +0000 (18:32 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Jun 2006 11:05:12 +0000 (13:05 +0200)
commit9607151e38b4e6b24195907a664b2351919c2974
treeee268e560550872ef0004878d48ca31d94dfd3b4
parent21668ad76a75fcc7e41756b31d8b85960985cda4
shell32: Fix computation of default verb.

Compute the default verb as documented on MSDN instead of blindly
assuming it is 'open'. This fixes the WordViewer association in some
cases.
dlls/shell32/classes.c
dlls/shell32/shell32_main.h
dlls/shell32/shlexec.c