[GRASS-SVN] r68972 - grass/branches/releasebranch_7_2/gui/wxpython/modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 14 14:58:48 PDT 2016
Author: martinl
Date: 2016-07-14 14:58:48 -0700 (Thu, 14 Jul 2016)
New Revision: 68972
Modified:
grass/branches/releasebranch_7_2/gui/wxpython/modules/import_export.py
Log:
wxGUI: fix typo in class name (merge r68971 from trunk)
Modified: grass/branches/releasebranch_7_2/gui/wxpython/modules/import_export.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/modules/import_export.py 2016-07-14 21:33:28 UTC (rev 68971)
+++ grass/branches/releasebranch_7_2/gui/wxpython/modules/import_export.py 2016-07-14 21:58:48 UTC (rev 68972)
@@ -315,7 +315,7 @@
if differentProjLayers and '-o' not in self.getSettingsPageCmd():
- dlg = RerojectionDialog(
+ dlg = ReprojectionDialog(
parent=self,
giface=self._giface,
data=differentProjLayers)
@@ -829,7 +829,7 @@
return ['overwrite']
-class RerojectionDialog(wx.Dialog):
+class ReprojectionDialog(wx.Dialog):
""" """
def __init__(self, parent, giface, data,
More information about the grass-commit
mailing list