[GRASS-SVN] r69455 - grass/trunk/gui/wxpython/modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 12 06:13:39 PDT 2016


Author: annakrat
Date: 2016-09-12 06:13:39 -0700 (Mon, 12 Sep 2016)
New Revision: 69455

Modified:
   grass/trunk/gui/wxpython/modules/extensions.py
Log:
wxGUI: fix extension loading due to new temporal modules

Modified: grass/trunk/gui/wxpython/modules/extensions.py
===================================================================
--- grass/trunk/gui/wxpython/modules/extensions.py	2016-09-12 12:44:47 UTC (rev 69454)
+++ grass/trunk/gui/wxpython/modules/extensions.py	2016-09-12 13:13:39 UTC (rev 69455)
@@ -296,7 +296,7 @@
         for prefix in ('display', 'database',
                        'general', 'imagery',
                        'misc', 'postscript', 'paint',
-                       'raster', 'raster3D', 'sites', 'vector', 'wxGUI', 'other'):
+                       'raster', 'raster3D', 'sites', 'temporal', 'vector', 'wxGUI',  'other'):
             node = self.model.AppendNode(parent=self.model.root, label=prefix)
             self.mainNodes[prefix] = node
 
@@ -320,6 +320,7 @@
                 'r': 'raster',
                 'r3': 'raster3D',
                 's': 'sites',
+                't': 'temporal',
                 'v': 'vector',
                 'wx': 'wxGUI',
                 '': 'other'}



More information about the grass-commit mailing list