mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
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:
parent
b2ab664a87
commit
af6f0d2972
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user