Kaynağa Gözat

fix wxGUI About system: proj4 -> proj

Martin Landa 5 yıl önce
ebeveyn
işleme
060163d17d
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      gui/wxpython/lmgr/frame.py

+ 2 - 2
gui/wxpython/lmgr/frame.py

@@ -1239,7 +1239,7 @@ class GMFrame(wx.Frame):
                                 "%s: %s\n"
                                 # "%s: %s (%s)\n"
                                 "GDAL: %s\n"
-                                "PROJ.4: %s\n"
+                                "PROJ: %s\n"
                                 "GEOS: %s\n"
                                 "SQLite: %s\n"
                                 "Python: %s\n"
@@ -1257,7 +1257,7 @@ class GMFrame(wx.Frame):
                                                 # ', 1)[0],
                                                 vInfo.get(
                                                     'gdal', '?'), vInfo.get(
-                                                    'proj4', '?'), vInfo.get(
+                                                    'proj', '?'), vInfo.get(
                                                     'geos', '?'), vInfo.get(
                                                     'sqlite', '?'),
                                                 platform.python_version(),