winebrowser: Support for Portland Initiative scripts.
This commit is contained in:
parent
5e08230568
commit
9635e9415a
|
@ -74,7 +74,7 @@ static int launch_app( char *candidates, const char *argv1 )
|
||||||
static int open_http_url( const char *url )
|
static int open_http_url( const char *url )
|
||||||
{
|
{
|
||||||
static const char *defaultbrowsers =
|
static const char *defaultbrowsers =
|
||||||
"firefox,konqueror,mozilla,netscape,galeon,opera,dillo";
|
"xdg-open,firefox,konqueror,mozilla,netscape,galeon,opera,dillo";
|
||||||
char browsers[256];
|
char browsers[256];
|
||||||
|
|
||||||
DWORD length, type;
|
DWORD length, type;
|
||||||
|
@ -106,7 +106,7 @@ static int open_http_url( const char *url )
|
||||||
static int open_mailto_url( const char *url )
|
static int open_mailto_url( const char *url )
|
||||||
{
|
{
|
||||||
static const char *defaultmailers =
|
static const char *defaultmailers =
|
||||||
"mozilla-thunderbird,thunderbird,evolution";
|
"xdg-email,mozilla-thunderbird,thunderbird,evolution";
|
||||||
char mailers[256];
|
char mailers[256];
|
||||||
|
|
||||||
DWORD length, type;
|
DWORD length, type;
|
||||||
|
|
Loading…
Reference in New Issue