[GRASS-SVN] r71069 - grass/trunk/gui/wxpython/iimage2target

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 8 22:41:00 PDT 2017


Author: ychemin
Date: 2017-05-08 22:41:00 -0700 (Mon, 08 May 2017)
New Revision: 71069

Modified:
   grass/trunk/gui/wxpython/iimage2target/ii2t_manager.py
Log:
fixed typo

Modified: grass/trunk/gui/wxpython/iimage2target/ii2t_manager.py
===================================================================
--- grass/trunk/gui/wxpython/iimage2target/ii2t_manager.py	2017-05-09 05:28:03 UTC (rev 71068)
+++ grass/trunk/gui/wxpython/iimage2target/ii2t_manager.py	2017-05-09 05:41:00 UTC (rev 71069)
@@ -1669,7 +1669,7 @@
                                   group=self.xygroup,
                                   extension=self.extension,
                                   method=self.gr_method,
-                                  angle=self.cam_angle,
+                                  angle=self.grwiz.cam_angle,
                                   flags=flags)
 
             busy.Destroy()



More information about the grass-commit mailing list