aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
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