Explorar o código

wxGUI: `g.extension -g` enabled by default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49267 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=13) %!d(string=hai) anos
pai
achega
9a55cca0fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/gui_modules/ghelp.py

+ 1 - 1
gui/wxpython/gui_modules/ghelp.py

@@ -810,7 +810,7 @@ class InstallExtensionWindow(wx.Frame):
         self.repo = wx.TextCtrl(parent = self.panel, id = wx.ID_ANY)
         self.repo = wx.TextCtrl(parent = self.panel, id = wx.ID_ANY)
         self.fullDesc = wx.CheckBox(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)"))
                                     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 = SearchModuleWindow(parent = self.panel)
         self.search.SetSelection(2) 
         self.search.SetSelection(2)