[GRASS-SVN] r49267 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 16 07:47:42 EST 2011


Author: martinl
Date: 2011-11-16 04:47:42 -0800 (Wed, 16 Nov 2011)
New Revision: 49267

Modified:
   grass/trunk/gui/wxpython/gui_modules/ghelp.py
Log:
wxGUI: `g.extension -g` enabled by default


Modified: grass/trunk/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/ghelp.py	2011-11-16 12:45:14 UTC (rev 49266)
+++ grass/trunk/gui/wxpython/gui_modules/ghelp.py	2011-11-16 12:47:42 UTC (rev 49267)
@@ -810,7 +810,7 @@
         self.repo = wx.TextCtrl(parent = self.panel, id = wx.ID_ANY)
         self.fullDesc = wx.CheckBox(parent = self.panel, id = wx.ID_ANY,
                                     label = _("Fetch full info including description and keywords (takes time)"))
-        self.fullDesc.SetValue(False)
+        self.fullDesc.SetValue(True)
         
         self.search = SearchModuleWindow(parent = self.panel)
         self.search.SetSelection(2) 



More information about the grass-commit mailing list