[QGIS Commit] r10373 - trunk/qgis/python/plugins/fTools

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Mar 21 13:34:03 EDT 2009


Author: gsherman
Date: 2009-03-21 13:34:03 -0400 (Sat, 21 Mar 2009)
New Revision: 10373

Modified:
   trunk/qgis/python/plugins/fTools/fTools.py
Log:
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...


Modified: trunk/qgis/python/plugins/fTools/fTools.py
===================================================================
--- trunk/qgis/python/plugins/fTools/fTools.py	2009-03-21 17:31:29 UTC (rev 10372)
+++ trunk/qgis/python/plugins/fTools/fTools.py	2009-03-21 17:34:03 UTC (rev 10373)
@@ -175,7 +175,7 @@
 		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 )



More information about the QGIS-commit mailing list