[GRASS-SVN] r57086 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 13 09:40:13 PDT 2013


Author: ychemin
Date: 2013-07-13 09:40:12 -0700 (Sat, 13 Jul 2013)
New Revision: 57086

Modified:
   grass/trunk/gui/wxpython/gis_set.py
Log:
typo correction

Modified: grass/trunk/gui/wxpython/gis_set.py
===================================================================
--- grass/trunk/gui/wxpython/gis_set.py	2013-07-13 16:36:56 UTC (rev 57085)
+++ grass/trunk/gui/wxpython/gis_set.py	2013-07-13 16:40:12 UTC (rev 57086)
@@ -86,7 +86,7 @@
         #
         # image
         try:
-            if os.gentenv('ISISROOT'):
+            if os.getenv('ISISROOT'):
                 name = os.path.join(globalvar.ETCDIR, "gui", "images", "startup_banner_isis.png")
             else:
                 name = os.path.join(globalvar.ETCDIR, "gui", "images", "startup_banner.png")



More information about the grass-commit mailing list