[GRASS-SVN] r35454 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 16 20:36:33 EST 2009


Author: hamish
Date: 2009-01-16 20:36:33 -0500 (Fri, 16 Jan 2009)
New Revision: 35454

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/georect.py
Log:
trac #163 (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/georect.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/georect.py	2009-01-17 01:36:00 UTC (rev 35453)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/georect.py	2009-01-17 01:36:33 UTC (rev 35454)
@@ -974,7 +974,7 @@
         are active for the selected transformation order
         """
         if (self.GCPcount < 3 and self.gr_order == 1) or \
-            (self.GCPcount < 7 and self.gr_order == 2) or \
+            (self.GCPcount < 6 and self.gr_order == 2) or \
             (self.GCPcount < 10 and self.gr_order == 3):
             if msg:
                 wx.MessageBox(parent=self,
@@ -982,7 +982,7 @@
                               message=_('Insufficient points defined and active (checked) '
                                         'for selected rectification method.\n'
                                         '3+ points needed for 1st order,\n'
-                                        '7+ points for 2nd order, and\n'
+                                        '6+ points for 2nd order, and\n'
                                         '10+ points for 3rd order.'),
                               style=wx.ICON_INFORMATION | wx.ID_OK | wx.CENTRE)
                 return False



More information about the grass-commit mailing list