Add Opera to the list of browsers. Patch by Christian Heckendorf (feature request...
authorLaurent Monin <geeqie@norz.org>
Fri, 4 Dec 2009 19:45:09 +0000 (19:45 +0000)
committerLaurent Monin <geeqie@norz.org>
Fri, 4 Dec 2009 19:45:09 +0000 (19:45 +0000)
src/window.c

index 3199ebe..18593ac 100644 (file)
@@ -175,6 +175,7 @@ static gchar *html_browsers[] =
        "mozilla",      NULL,
        "konqueror",    NULL,
        "netscape",     NULL,
+       "opera",        "!opera --remote 'openURL(%s,new-page)'",
        NULL,           NULL
 };