[GRASS-SVN] r68971 - grass/trunk/gui/wxpython/modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 14 14:33:29 PDT 2016
Author: martinl
Date: 2016-07-14 14:33:28 -0700 (Thu, 14 Jul 2016)
New Revision: 68971
Modified:
grass/trunk/gui/wxpython/modules/import_export.py
Log:
wxGUI: fix typo in class name
Modified: grass/trunk/gui/wxpython/modules/import_export.py
===================================================================
--- grass/trunk/gui/wxpython/modules/import_export.py 2016-07-14 20:54:01 UTC (rev 68970)
+++ grass/trunk/gui/wxpython/modules/import_export.py 2016-07-14 21:33:28 UTC (rev 68971)
@@ -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