Skip to content

Commit

Permalink
change shortcut for vector menu from V (and e) to t... again
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14677 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
cfarmer committed Nov 15, 2010
1 parent 3add806 commit 67aa08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/fTools/fTools.py
Expand Up @@ -127,7 +127,7 @@ def initGui( self ):
return None
QObject.connect( self.iface, SIGNAL( "currentThemeChanged ( QString )" ), self.updateThemeIcons )
self.menu = QMenu()
self.menu.setTitle( QCoreApplication.translate( "fTools", "V&ector" ) )
self.menu.setTitle( QCoreApplication.translate( "fTools", "Vect&or" ) )

self.analysisMenu = QMenu( QCoreApplication.translate( "fTools", "&Analysis Tools" ) )
self.distMatrix = QAction( QCoreApplication.translate( "fTools", "Distance matrix" ),self.iface.mainWindow( ) )
Expand Down

0 comments on commit 67aa08e

Please sign in to comment.