Ignore "%*" in the shell command strings in MSW registry.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 May 2010 17:07:46 +0000 (17:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 May 2010 17:07:46 +0000 (17:07 +0000)
commit62b91200c729ccc036ba71835bc37539c058dcdb
treeb49d052504fcff65c9d39630103062e81166adea
parent192258889499e769f0359aa6c0b94732adb6b880
Ignore "%*" in the shell command strings in MSW registry.

Apparently "%*" can be used now in addition to the usual "%1" in the MSW shell
command strings. As we don't support passing more than one file to a command
at once anyhow, simply ignore them. At least this avoids errors when trying to
open files with some extensions.

Closes #12091.

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