git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42511 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -342,7 +342,7 @@ def set_browser():
else:
# the usual suspects
browsers = [ "htmlview", "konqueror", "mozilla", "mozilla-firefox",
- "firefox", "iceweasel", "opera", "netscape", "dillo" ]
+ "firefox", "iceweasel", "opera", "netscape", "dillo", "lynx", "links", "w3c" ]
for b in browsers:
if find_exe(b):
browser = b