Skip to content

Commit af6f0d2

Browse files
author
gsherman
committed
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
1 parent b2ab664 commit af6f0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/fTools/fTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def initGui( self ):
175175
self.dataManageMenu.addActions( [ self.project, self.define, self.joinAttr, self.spatJoin, self.splitVect ] )
176176

177177
self.ftools_aboot = QAction( QIcon( self.getThemeIcon( "ftools_logo.png" ) ),
178-
QCoreApplication.translate( "fTools", "fTools About" ), self.iface.mainWindow() )
178+
QCoreApplication.translate( "fTools", "fTools Information" ), self.iface.mainWindow() )
179179

180180
self.menu.addMenu( self.analysisMenu )
181181
self.menu.addMenu( self.researchMenu )

0 commit comments

Comments
 (0)