[GRASS-SVN] r42511 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 8 10:24:35 EDT 2010
Author: neteler
Date: 2010-06-08 10:24:29 -0400 (Tue, 08 Jun 2010)
New Revision: 42511
Modified:
grass/trunk/lib/init/grass.py
Log:
added more (text) browsers
Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py 2010-06-08 13:16:43 UTC (rev 42510)
+++ grass/trunk/lib/init/grass.py 2010-06-08 14:24:29 UTC (rev 42511)
@@ -342,7 +342,7 @@
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
More information about the grass-commit
mailing list