[GRASS-SVN] r53486 - grass/branches/develbranch_6/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 19 03:36:50 PDT 2012
Author: martinl
Date: 2012-10-19 03:36:50 -0700 (Fri, 19 Oct 2012)
New Revision: 53486
Modified:
grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py
Log:
wxGUI: OnSystemInfo - fix OSGeo4W logic
Modified: grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py 2012-10-19 10:25:52 UTC (rev 53485)
+++ grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py 2012-10-19 10:36:50 UTC (rev 53486)
@@ -790,7 +790,7 @@
projVersion = _("unknown")
# check also OSGeo4W on MS Windows
if sys.platform == 'win32' and \
- os.path.exists(os.path.join(os.getenv("GISBASE"), "WinGRASS-README.url")):
+ not os.path.exists(os.path.join(os.getenv("GISBASE"), "WinGRASS-README.url")):
osgeo4w = ' (OSGeo4W)'
else:
osgeo4w = ''
More information about the grass-commit
mailing list