[GRASS-SVN] r40020 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 15 08:10:56 EST 2009
Author: hamish
Date: 2009-12-15 08:10:55 -0500 (Tue, 15 Dec 2009)
New Revision: 40020
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
mostly trival whitespace
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2009-12-15 13:02:55 UTC (rev 40019)
+++ grass/trunk/gui/wxpython/wxgui.py 2009-12-15 13:10:55 UTC (rev 40020)
@@ -247,7 +247,7 @@
label += '\t' + shortcut
menuItem = menu.Append(wx.ID_ANY, label, helpString, kind)
-
+
self.menucmd[menuItem.GetId()] = gcmd
if len(gcmd) > 0 and \
@@ -407,14 +407,14 @@
dlg.Destroy()
return
dlg.Destroy()
-
+
self.gm_cb.GetPage(event.GetSelection()).maptree.Map.Clean()
self.gm_cb.GetPage(event.GetSelection()).maptree.Close(True)
-
+
self.curr_page = None
-
+
event.Skip()
-
+
def GetLogWindow(self):
"""!Get widget for command output"""
return self.goutput
@@ -1289,7 +1289,7 @@
self.curr_page.maptree.mapdisplay.Show()
def OnAddOverlay(self, event):
- """!Add overlay menu"""
+ """!Add decoration overlay menu"""
# start new map display if no display is available
if not self.curr_page:
self.NewDisplay(show=False)
More information about the grass-commit
mailing list