[GRASS-SVN] r53489 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 19 03:55:47 PDT 2012


Author: martinl
Date: 2012-10-19 03:55:46 -0700 (Fri, 19 Oct 2012)
New Revision: 53489

Modified:
   grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: OnSystemInfo - fix OSGeo4W logic
       (merge r53486 from trunk)


Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py	2012-10-19 10:52:18 UTC (rev 53488)
+++ grass/trunk/gui/wxpython/lmgr/frame.py	2012-10-19 10:55:46 UTC (rev 53489)
@@ -829,7 +829,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