瀏覽代碼

wxGUI: fix typo in class name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68971 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 8 年之前
父節點
當前提交
c8ccc1e518
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gui/wxpython/modules/import_export.py

+ 2 - 2
gui/wxpython/modules/import_export.py

@@ -315,7 +315,7 @@ class ImportDialog(wx.Dialog):
 
         if differentProjLayers and '-o' not in self.getSettingsPageCmd():
 
-            dlg = RerojectionDialog(
+            dlg = ReprojectionDialog(
                 parent=self,
                 giface=self._giface,
                 data=differentProjLayers)
@@ -829,7 +829,7 @@ class DxfImportDialog(ImportDialog):
         return ['overwrite']
 
 
-class RerojectionDialog(wx.Dialog):
+class ReprojectionDialog(wx.Dialog):
     """ """
 
     def __init__(self, parent, giface, data,