Skip to content

Commit

Permalink
change 'Tools' menu to 'Vector' menu
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11947 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
cfarmer committed Nov 7, 2009
1 parent a193aa8 commit 70a5f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/fTools/fTools.py
Expand Up @@ -123,7 +123,7 @@ def initGui( self ):
return None
QObject.connect( self.iface, SIGNAL( "currentThemeChanged ( QString )" ), self.updateThemeIcons )
self.menu = QMenu()
self.menu.setTitle( QCoreApplication.translate( "fTools", "&Tools" ) )
self.menu.setTitle( QCoreApplication.translate( "fTools", "&Vector" ) )

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 70a5f40

Please sign in to comment.