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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Oct 3 18:25:55 EDT 2009


Author: timlinux
Date: 2009-10-03 18:25:55 -0400 (Sat, 03 Oct 2009)
New Revision: 11749

Modified:
   trunk/qgis/src/app/qgsoptions.cpp
Log:
HIG Compliance for Identfy Mode


Modified: trunk/qgis/src/app/qgsoptions.cpp
===================================================================
--- trunk/qgis/src/app/qgsoptions.cpp	2009-10-03 21:59:56 UTC (rev 11748)
+++ trunk/qgis/src/app/qgsoptions.cpp	2009-10-03 22:25:55 UTC (rev 11749)
@@ -50,9 +50,9 @@
   connect( buttonBox, SIGNAL( rejected() ), this, SLOT( reject() ) );
   connect( this, SIGNAL( accepted() ), this, SLOT( saveOptions() ) );
 
-  cmbIdentifyMode->addItem( tr( "current layer" ), 0 );
-  cmbIdentifyMode->addItem( tr( "top down, stop at first" ), 1 );
-  cmbIdentifyMode->addItem( tr( "top down" ), 2 );
+  cmbIdentifyMode->addItem( tr( "Current layer" ), 0 );
+  cmbIdentifyMode->addItem( tr( "Top down, stop at first" ), 1 );
+  cmbIdentifyMode->addItem( tr( "Top down" ), 2 );
 
   // read the current browser and set it
   QSettings settings;



More information about the QGIS-commit mailing list