[GRASS-SVN] r40318 - grass/trunk/gui/wxpython/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 8 10:53:49 EST 2010
Author: martinl
Date: 2010-01-08 10:53:49 -0500 (Fri, 08 Jan 2010)
New Revision: 40318
Modified:
grass/trunk/gui/wxpython/icons/icon.py
Log:
wxGUI: note shortcuts in tooltips
Modified: grass/trunk/gui/wxpython/icons/icon.py
===================================================================
--- grass/trunk/gui/wxpython/icons/icon.py 2010-01-08 15:11:16 UTC (rev 40317)
+++ grass/trunk/gui/wxpython/icons/icon.py 2010-01-08 15:53:49 UTC (rev 40318)
@@ -178,18 +178,18 @@
"newdisplay" : MetaIcon (img=Icons["newdisplay"],
label=_("Start new display")),
"workspaceNew" : MetaIcon (img=Icons["workspaceNew"],
- label=_("Create new workspace file")),
+ label=_("Create new workspace file (Ctrl+N)")),
"workspaceLoad" : MetaIcon (img=Icons["workspaceLoad"],
- label=_("Load map layers into workspace")),
+ label=_("Load map layers into workspace (Ctrl+L)")),
"workspaceOpen" : MetaIcon (img=Icons["workspaceOpen"],
- label=_("Open existing workspace file")),
+ label=_("Open existing workspace file (Ctrl+O)")),
"workspaceSave" : MetaIcon (img=Icons["workspaceSave"],
- label=_("Save current workspace to file")),
+ label=_("Save current workspace to file (Ctrl+S)")),
# TODO: "layer" is not conformant with GRASS vocabulary (vector layer: 1..x) !
"addrast" : MetaIcon (img=Icons["addrast"],
- label=_("Add raster map layer (Alt+R)")),
+ label=_("Add raster map layer (Ctrl+R)")),
"addvect" : MetaIcon (img=Icons["addvect"],
- label=_("Add vector map layer (Alt+V)")),
+ label=_("Add vector map layer (Ctrl+V)")),
"addcmd" : MetaIcon (img=Icons["addcmd"],
label=_("Add command layer")),
"addgrp" : MetaIcon (img=Icons["addgrp"],
More information about the grass-commit
mailing list