Don't hard code "open" verb in wxMSW wxLaunchDefaultApplication().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:40:17 +0000 (22:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:40:17 +0000 (22:40 +0000)
commitc8ecb454c6f8cb8eea729bf553733136637b2dde
tree679b285350d0d93ec9f928d4d4e48ff1a5d569b3
parent164db92c14e9f1a7343259826da3653aeec945db
Don't hard code "open" verb in wxMSW wxLaunchDefaultApplication().

Don't choose the verb explicitly and let ShellExecuteEx() choose the default
one. In the vast majority of cases this will do the same thing but if some
file type doesn't have an "open" verb the new version will still open it
correctly using its default verb while the old version failed.

See #10707.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/utilsgui.cpp