aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-04-07 10:02:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-04-07 10:02:01 +0000
commit542de44ef8e5a9db37de993bfcc0d556e4da8cd7 (patch)
tree49c5fba2cc05f1d9b958b8868acdab3e5979be89 /src/prefs_common_dialog.c
parent45b68a28be4c111e207e15b91024a04079585a70 (diff)
made default browser command xdg-open.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2533 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 59972ccb..efe5d66a 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -2637,13 +2637,11 @@ static GtkWidget *prefs_extcmd_create(void)
_("(Default browser)"),
#else
DEFAULT_BROWSER_CMD,
- "mozilla-firefox '%s'",
+ "sensible-browser '%s'",
+ "firefox -remote 'openURL(%s,new-window)'",
"firefox '%s'",
"mozilla -remote 'openURL(%s,new-window)'",
"mozilla '%s'",
- "netscape -remote 'openURL(%s,new-window)'",
- "netscape '%s'",
- "gnome-moz-remote --newwin '%s'",
"rxvt -e w3m '%s'",
"rxvt -e lynx '%s'",
#endif