[GRASS-SVN] r40319 - grass/branches/develbranch_6/gui/wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 8 10:56:56 EST 2010


Author: martinl
Date: 2010-01-08 10:56:55 -0500 (Fri, 08 Jan 2010)
New Revision: 40319

Modified:
   grass/branches/develbranch_6/gui/wxpython/icons/icon.py
Log:
wxGUI: note shortcuts in tooltips
       (merge r40318 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/icons/icon.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/icons/icon.py	2010-01-08 15:53:49 UTC (rev 40318)
+++ grass/branches/develbranch_6/gui/wxpython/icons/icon.py	2010-01-08 15:56:55 UTC (rev 40319)
@@ -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