X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprefs_common.c;h=e33197260879d1a370b33e01403195608f8d2480;hp=6631820f51af9c613215ceef836961cd636745eb;hb=292529e6204af09bd0bdad38c47e6857a105bf49;hpb=f4458b9c9854f0a1a1eb071ffac3e624f8cb2d8c diff --git a/src/prefs_common.c b/src/prefs_common.c index 6631820f5..e33197260 100644 --- a/src/prefs_common.c +++ b/src/prefs_common.c @@ -2862,11 +2862,12 @@ static void prefs_other_create(void) gtk_table_attach (GTK_TABLE (ext_table), uri_combo, 1, 2, 0, 1, GTK_EXPAND | GTK_FILL, 0, 0, 0); gtkut_combo_set_items (GTK_COMBO (uri_combo), + "mozilla -remote 'openurl(%s,new-window)'", "netscape -remote 'openURL(%s,raise)'", "netscape '%s'", "gnome-moz-remote --raise --newwin '%s'", "kfmclient openURL '%s'", - "opera -newwindow '%s'", + "opera -newwindow '%s'", "kterm -e w3m '%s'", "kterm -e lynx '%s'", NULL);