[QGIS Commit] r10126 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Feb 7 14:48:49 EST 2009


Author: mhugent
Date: 2009-02-07 14:48:49 -0500 (Sat, 07 Feb 2009)
New Revision: 10126

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
Changed label from 'Legend' to 'Layers' 

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2009-02-07 18:57:00 UTC (rev 10125)
+++ trunk/qgis/src/app/qgisapp.cpp	2009-02-07 19:48:49 UTC (rev 10126)
@@ -1645,7 +1645,7 @@
   mMapLegend->setToggleEditingAction( mActionToggleEditing );
 
   mMapLegend->setWhatsThis( tr( "Map legend that displays all the layers currently on the map canvas. Click on the check box to turn a layer on or off. Double click on a layer in the legend to customize its appearance and set other properties." ) );
-  mLegendDock = new QDockWidget( tr( "Legend" ), this );
+  mLegendDock = new QDockWidget( tr( "Layers" ), this );
   mLegendDock->setObjectName( "Legend" );
   mLegendDock->setAllowedAreas( Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea );
   mLegendDock->setWidget( mMapLegend );



More information about the QGIS-commit mailing list