From 9635e9415aa0cbf5c1b59c6f149ab6092d22f697 Mon Sep 17 00:00:00 2001 From: Kevin Krammer Date: Thu, 26 Oct 2006 19:00:04 +0200 Subject: [PATCH] winebrowser: Support for Portland Initiative scripts. --- programs/winebrowser/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/winebrowser/main.c b/programs/winebrowser/main.c index 165b54e4c8b..7bea32c9420 100644 --- a/programs/winebrowser/main.c +++ b/programs/winebrowser/main.c @@ -74,7 +74,7 @@ static int launch_app( char *candidates, const char *argv1 ) 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 *url ) 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;