[GRASS-SVN] r49695 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 13 00:06:06 EST 2011


Author: hamish
Date: 2011-12-12 21:06:06 -0800 (Mon, 12 Dec 2011)
New Revision: 49695

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/ghelp.py
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py
Log:
raster3D -> raster3d for element references

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/ghelp.py	2011-12-13 04:59:56 UTC (rev 49694)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/ghelp.py	2011-12-13 05:06:06 UTC (rev 49695)
@@ -1014,7 +1014,7 @@
         for prefix in ('display', 'database',
                        'general', 'imagery',
                        'misc', 'postscript', 'paint',
-                       'raster', 'raster3D', 'sites', 'vector', 'wxGUI', 'other'):
+                       'raster', 'raster3d', 'sites', 'vector', 'wxGUI', 'other'):
             self.AppendItem(parentId = self.root,
                             text = prefix)
         self._loaded = False
@@ -1028,7 +1028,7 @@
                  'ps' : 'postscript',
                  'p'  : 'paint',
                  'r'  : 'raster',
-                 'r3' : 'raster3D',
+                 'r3' : 'raster3d',
                  's'  : 'sites',
                  'v'  : 'vector',
                  'wx' : 'wxGUI',

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py	2011-12-13 04:59:56 UTC (rev 49694)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py	2011-12-13 05:06:06 UTC (rev 49695)
@@ -275,7 +275,7 @@
                        'raster files':'rast',
                        'grid3':'rast3d',
                        'rast3d':'rast3d',
-                       'raster3D':'rast3d',
+                       'raster3d':'rast3d',
                        'raster3D files':'rast3d',
                        'vector':'vect',
                        'vect':'vect',

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py	2011-12-13 04:59:56 UTC (rev 49694)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py	2011-12-13 05:06:06 UTC (rev 49695)
@@ -892,7 +892,7 @@
         box = wx.StaticBox (parent = panel, id = wx.ID_ANY,
                             label = " %s " % (_("3D raster map")))
         boxSizer = wx.StaticBoxSizer(box, wx.VERTICAL)
-        rmaps = gselect.Select(parent = panel, type = 'raster3D',
+        rmaps = gselect.Select(parent = panel, type = 'raster3d',
                                onPopup = self.GselectOnPopup)
         rmaps.GetChildren()[0].Bind(wx.EVT_TEXT, self.OnSetRaster3D)
         self.win['volume']['map'] = rmaps.GetId()



More information about the grass-commit mailing list