Fix wxLaunchDefaultBrowser on wxMSW for local files/directories: the bug could be...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 9 Jan 2009 10:36:59 +0000 (10:36 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 9 Jan 2009 10:36:59 +0000 (10:36 +0000)
commit50a2e26fd717e510a1beae2e1da2f93742907eba
tree0cc80522cf54787063a07382ef2b714138e924c1
parentf656d37923b37128c06f4bd72d59faaa8b3a8338
Fix wxLaunchDefaultBrowser on wxMSW for local files/directories: the bug could be reproduced using "Open screenshots folder" menu item in screenshotgen application.
Move platform-specific code in platform-specific utils source files.
Perform safer URL scheme check.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/cocoa/utils.mm
src/common/utilscmn.cpp
src/msw/utilsgui.cpp
src/osx/carbon/utils.cpp
src/unix/utilsunx.cpp
utils/screenshotgen/src/screenshot_main.cpp