[GRASS-SVN] r37400 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 23 12:21:47 EDT 2009
Author: martinl
Date: 2009-05-23 12:21:46 -0400 (Sat, 23 May 2009)
New Revision: 37400
Modified:
grass/trunk/gui/wxpython/gui_modules/prompt.py
Log:
wxGUI: quick prompt fix
Modified: grass/trunk/gui/wxpython/gui_modules/prompt.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/prompt.py 2009-05-23 16:12:50 UTC (rev 37399)
+++ grass/trunk/gui/wxpython/gui_modules/prompt.py 2009-05-23 16:21:46 UTC (rev 37400)
@@ -8,7 +8,7 @@
- PromptListCtrl
- TextCtrlAutoComplete
-(C) 2008-2009 by the GRASS Development Team
+(C) 2009 by the GRASS Development Team
This program is free software under the GNU General Public
License (>=v2). Read the file COPYING that comes with GRASS
for details.
@@ -104,8 +104,7 @@
self.parent.statusbar.SetStatusText("")
else:
self.parent.statusbar.SetStatusText(_("Type GRASS command and run by pressing ENTER"))
-
- event.Skip()
+ event.Skip()
class PromptListCtrl(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin):
def __init__(self, parent, id = wx.ID_ANY, pos = wx.DefaultPosition,
More information about the grass-commit
mailing list