changeset 1736:0459cfe50c1a

Add Opera to the list of browsers. Patch by Christian Heckendorf (feature request ID: 2908469).
author zas_
date Fri, 04 Dec 2009 19:45:09 +0000
parents c08defa57068
children fad7d30676c3
files src/window.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Fri Nov 27 23:27:35 2009 +0000
+++ b/src/window.c	Fri Dec 04 19:45:09 2009 +0000
@@ -175,6 +175,7 @@
 	"mozilla",	NULL,
 	"konqueror",	NULL,
 	"netscape",	NULL,
+	"opera",	"!opera --remote 'openURL(%s,new-page)'",
 	NULL,		NULL
 };