use xdg-open in wxLaunchDefaultBrowser() on Unix if available

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-01-22 10:19:39 +00:00
parent 8bd0636fca
commit a9cb1b92a3
2 changed files with 15 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ All (Unix):
- Fixed shared libraries to not depend on GStreamer when built with
--enable-media; only wxMedia library depends on it now.
- wxLaunchDefaultBrowser() now uses xdg-open if available.
wxMSW: