[GRASS-SVN] r32517 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 4 12:23:41 EDT 2008


Author: martinl
Date: 2008-08-04 12:23:41 -0400 (Mon, 04 Aug 2008)
New Revision: 32517

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
Log:
cmbarton: fixed docstring for profile toolbar (merge from trunk, r32515)

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py	2008-08-04 15:55:51 UTC (rev 32516)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/toolbars.py	2008-08-04 16:23:41 UTC (rev 32517)
@@ -927,7 +927,7 @@
 
 class ProfileToolbar(AbstractToolbar):
     """
-    Toolbar for digitization
+    Toolbar for profiling raster map
     """
     def __init__(self, parent, mapdisplay, map):
         self.parent     = parent



More information about the grass-commit mailing list