Sfoglia il codice sorgente

typo correction

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57086 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 11 anni fa
parent
commit
9c64ca085e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gui/wxpython/gis_set.py

+ 1 - 1
gui/wxpython/gis_set.py

@@ -86,7 +86,7 @@ class GRASSStartup(wx.Frame):
         #
         #
         # image
         # image
         try:
         try:
-            if os.gentenv('ISISROOT'):
+            if os.getenv('ISISROOT'):
                 name = os.path.join(globalvar.ETCDIR, "gui", "images", "startup_banner_isis.png")
                 name = os.path.join(globalvar.ETCDIR, "gui", "images", "startup_banner_isis.png")
             else:
             else:
                 name = os.path.join(globalvar.ETCDIR, "gui", "images", "startup_banner.png")
                 name = os.path.join(globalvar.ETCDIR, "gui", "images", "startup_banner.png")