Skip to content

Commit

Permalink
fix wxGUI About system: proj4 -> proj
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Sep 14, 2019
1 parent d039fb7 commit 060163d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/wxpython/lmgr/frame.py
Expand Up @@ -1239,7 +1239,7 @@ def OnSystemInfo(self, event):
"%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"
Expand All @@ -1257,7 +1257,7 @@ def OnSystemInfo(self, event):
# ', 1)[0],
vInfo.get(
'gdal', '?'), vInfo.get(
'proj4', '?'), vInfo.get(
'proj', '?'), vInfo.get(
'geos', '?'), vInfo.get(
'sqlite', '?'),
platform.python_version(),
Expand Down

0 comments on commit 060163d

Please sign in to comment.