Don't use DDEExec registry key in wxMSW wxExecute() if it's empty.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Aug 2013 11:08:12 +0000 (11:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Aug 2013 11:08:12 +0000 (11:08 +0000)
commit777469ca936965a1ed15f70f3fe81f665833bf6a
tree34a39202dbcfb79b98b17049da23386eda496a3d
parentccef4c3ad16fe5bf4365569c431f1208d79eb0ef
Don't use DDEExec registry key in wxMSW wxExecute() if it's empty.

Some file types have DDEExec subkey in the registry but no value for it, don't
use DDE for launching the files of these types in this case as this only
results in errors.

Closes #15388.

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