[GRASS-SVN] r52258 - grass/trunk/gui/wxpython/gcp

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 1 03:30:44 PDT 2012


Author: martinl
Date: 2012-07-01 03:30:44 -0700 (Sun, 01 Jul 2012)
New Revision: 52258

Modified:
   grass/trunk/gui/wxpython/gcp/manager.py
Log:
wxGUI: fix typo from r52257


Modified: grass/trunk/gui/wxpython/gcp/manager.py
===================================================================
--- grass/trunk/gui/wxpython/gcp/manager.py	2012-07-01 10:29:31 UTC (rev 52257)
+++ grass/trunk/gui/wxpython/gcp/manager.py	2012-07-01 10:30:44 UTC (rev 52258)
@@ -2126,7 +2126,7 @@
         self.grassdatabase = grassdb
         self.xylocation = location
         self.xymapset = mapset
-        self.xuygroup = group
+        self.xygroup = group
         
         #
         # get list of valid vector directories



More information about the grass-commit mailing list