[GRASS-SVN] r54408 - grass/trunk/gui/wxpython/iclass

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 26 03:13:03 PST 2012


Author: martinl
Date: 2012-12-26 03:13:01 -0800 (Wed, 26 Dec 2012)
New Revision: 54408

Modified:
   grass/trunk/gui/wxpython/iclass/frame.py
Log:
wxGUI/iclass: delete line tool added


Modified: grass/trunk/gui/wxpython/iclass/frame.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/frame.py	2012-12-26 11:10:21 UTC (rev 54407)
+++ grass/trunk/gui/wxpython/iclass/frame.py	2012-12-26 11:13:01 UTC (rev 54408)
@@ -282,8 +282,9 @@
             self.toolbars[name] = VDigitToolbar(parent = self, MapWindow = self.GetFirstWindow(),
                                                 digitClass = IClassVDigit, giface = self._giface,
                                                 tools = ['addArea', 'moveVertex', 'addVertex',
-                                                         'removeVertex', 'editLine',
-                                                         'moveLine', 'deleteArea', 'undo', 'redo'])
+                                                         'removeVertex', 'editLine', 'moveLine',
+                                                         'deleteLine', 'deleteArea',
+                                                         'undo', 'redo'])
             
             self._mgr.AddPane(self.toolbars[name],
                               wx.aui.AuiPaneInfo().



More information about the grass-commit mailing list