Changed "fTools About" to "fTools Information" to prevent

it being placed in the about menu on OS X (may be better solution).
Besides, I needed a token commit for the hackfest...


git-svn-id: http://svn.osgeo.org/qgis/trunk@10373 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2009-03-21 17:34:03 +00:00
parent b2ab664a87
commit af6f0d2972

View File

@ -175,7 +175,7 @@ class fToolsPlugin:
self.dataManageMenu.addActions( [ self.project, self.define, self.joinAttr, self.spatJoin, self.splitVect ] )
self.ftools_aboot = QAction( QIcon( self.getThemeIcon( "ftools_logo.png" ) ),
QCoreApplication.translate( "fTools", "fTools About" ), self.iface.mainWindow() )
QCoreApplication.translate( "fTools", "fTools Information" ), self.iface.mainWindow() )
self.menu.addMenu( self.analysisMenu )
self.menu.addMenu( self.researchMenu )