Fix opening URLs in new window with recent Firefox under Windows.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:25:46 +0000 (20:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:25:46 +0000 (20:25 +0000)
commit22d00dbb820749cf9ceb1cea23d0236ea164f258
tree4a3a4458747e1afba321fa17fee8743a69c33a5a
parent9ecc6bc2f1559a5adc988f4e5c408a5c450a491c
Fix opening URLs in new window with recent Firefox under Windows.

Don't fail if we can't replace "-1" in the WWW_OpenURL topic value stored in
the registry with "0", it can be already "0" for the recent Firefox versions.

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