[GRASS-SVN] r29536 - grass/trunk/gui/wxpython/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 30 06:46:35 EST 2007
Author: neteler
Date: 2007-12-30 06:46:34 -0500 (Sun, 30 Dec 2007)
New Revision: 29536
Modified:
grass/trunk/gui/wxpython/icons/icon.py
Log:
the word 'layer' conflicts with GRASS terminology
Modified: grass/trunk/gui/wxpython/icons/icon.py
===================================================================
--- grass/trunk/gui/wxpython/icons/icon.py 2007-12-29 19:53:07 UTC (rev 29535)
+++ grass/trunk/gui/wxpython/icons/icon.py 2007-12-30 11:46:34 UTC (rev 29536)
@@ -231,6 +231,7 @@
"workspaceNew" : MetaIcon (img=icons_img["workspaceNew"], label="Create new workspace file"),
"workspaceOpen" : MetaIcon (img=icons_img["workspaceOpen"], label="Open existing workspace file"),
"workspaceSave" : MetaIcon (img=icons_img["workspaceSave"], label="Save current workspace to file"),
+ # TODO: "layer" is not conformant with GRASS vocabulary (vector layer: 1..x) !
"addrast" : MetaIcon (img=icons_img["addrast"], label="Add raster map layer"),
"addvect" : MetaIcon (img=icons_img["addvect"], label="Add vector map layer"),
"addcmd" : MetaIcon (img=icons_img["addcmd"], label="Add command layer"),
More information about the grass-commit
mailing list