Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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/qgis@10373 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Mar 21, 2009
1 parent 370fe6d commit 51bf1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/fTools/fTools.py
Expand Up @@ -175,7 +175,7 @@ def initGui( self ):
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 )
Expand Down

0 comments on commit 51bf1a1

Please sign in to comment.