Module: wine Branch: master Commit: 9635e9415aa0cbf5c1b59c6f149ab6092d22f697 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9635e9415aa0cbf5c1b59c6f14...
Author: Kevin Krammer kevin.krammer@gmx.at Date: Thu Oct 26 19:00:04 2006 +0200
winebrowser: Support for Portland Initiative scripts.
---
programs/winebrowser/main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/programs/winebrowser/main.c b/programs/winebrowser/main.c index 165b54e..7bea32c 100644 --- a/programs/winebrowser/main.c +++ b/programs/winebrowser/main.c @@ -74,7 +74,7 @@ static int launch_app( char *candidates, static int open_http_url( const char *url ) { static const char *defaultbrowsers = - "firefox,konqueror,mozilla,netscape,galeon,opera,dillo"; + "xdg-open,firefox,konqueror,mozilla,netscape,galeon,opera,dillo"; char browsers[256];
DWORD length, type; @@ -106,7 +106,7 @@ static int open_http_url( const char *ur static int open_mailto_url( const char *url ) { static const char *defaultmailers = - "mozilla-thunderbird,thunderbird,evolution"; + "xdg-email,mozilla-thunderbird,thunderbird,evolution"; char mailers[256];
DWORD length, type;