[GRASS-SVN] r31258 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 5 13:11:42 EDT 2008
Author: martinl
Date: 2008-05-05 13:11:42 -0400 (Mon, 05 May 2008)
New Revision: 31258
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI: update comment (tab order)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-05-05 15:15:01 UTC (rev 31257)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-05-05 17:11:42 UTC (rev 31258)
@@ -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