[GRASS-SVN] r40203 - grass/branches/develbranch_6/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 3 04:20:16 EST 2010


Author: martinl
Date: 2010-01-03 04:20:16 -0500 (Sun, 03 Jan 2010)
New Revision: 40203

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI: don't use Ctrl+C as shortcut
       (merge r40202 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-01-03 09:17:59 UTC (rev 40202)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2010-01-03 09:20:16 UTC (rev 40203)
@@ -33,7 +33,7 @@
 	      <label>Close</label>
 	      <help>Close workspace file</help>
 	      <handler>self.OnWorkspaceClose</handler>
-	      <shortcut>Ctrl+C</shortcut>
+	      <shortcut>Ctrl+W</shortcut>
 	    </menuitem>
 	    <separator />
 	    <menuitem>



More information about the grass-commit mailing list