[GRASS-SVN] r49694 - in grass/branches/develbranch_6/gui/wxpython:
gui_core modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 12 23:59:57 EST 2011
Author: hamish
Date: 2011-12-12 20:59:56 -0800 (Mon, 12 Dec 2011)
New Revision: 49694
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py
grass/branches/develbranch_6/gui/wxpython/modules/extensions.py
Log:
fix raster3d casing
Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py 2011-12-13 04:15:45 UTC (rev 49693)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py 2011-12-13 04:59:56 UTC (rev 49694)
@@ -282,7 +282,7 @@
'grid3':'rast3d',
'rast3d':'rast3d',
'3d-raster':'rast3d',
- 'raster3D':'rast3d',
+ 'raster3d':'rast3d',
'raster3D files':'rast3d',
'vector':'vect',
'vect':'vect',
Modified: grass/branches/develbranch_6/gui/wxpython/modules/extensions.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/modules/extensions.py 2011-12-13 04:15:45 UTC (rev 49693)
+++ grass/branches/develbranch_6/gui/wxpython/modules/extensions.py 2011-12-13 04:59:56 UTC (rev 49694)
@@ -267,7 +267,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
@@ -281,7 +281,7 @@
'ps' : 'postscript',
'p' : 'paint',
'r' : 'raster',
- 'r3' : 'raster3D',
+ 'r3' : 'raster3d',
's' : 'sites',
'v' : 'vector',
'wx' : 'wxGUI',
More information about the grass-commit
mailing list