[GRASS-SVN] r31259 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 5 13:12:42 EDT 2008
Author: martinl
Date: 2008-05-05 13:12:42 -0400 (Mon, 05 May 2008)
New Revision: 31259
Modified:
grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: update comment (tab order) [sync'ed with develbr6]
Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py 2008-05-05 17:11:42 UTC (rev 31258)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py 2008-05-05 17:12:42 UTC (rev 31259)
@@ -850,7 +850,7 @@
is_section[ task['guisection'] ] += 1
del is_section
- # Main goes first, Options goes second
+ # 'Required' tab goes first, 'Optional' as the last one
for (newidx,content) in [ (0,_( 'Required' )), (len(sections)-1,_('Optional')) ]:
if content in sections:
idx = sections.index( content )
More information about the grass-commit
mailing list