Skip to content

Commit

Permalink
HIG Compliance for Identfy Mode
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11749 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 3, 2009
1 parent 3fb0025 commit dc3b440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/qgsoptions.cpp
Expand Up @@ -50,9 +50,9 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WFlags fl ) :
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;
Expand Down

0 comments on commit dc3b440

Please sign in to comment.