Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
geometry checker: refine dialog (implement #14572)
  • Loading branch information
jef-n committed Mar 25, 2016
1 parent b1a4ef2 commit e1d3dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -39,7 +39,7 @@ QgsGeometryCheckerDialog::QgsGeometryCheckerDialog( QgisInterface *iface, QWidge
layout->addWidget( mTabWidget );
layout->addWidget( mButtonBox );

mTabWidget->addTab( new QgsGeometryCheckerSetupTab( iface ), tr( "Setup" ) );
mTabWidget->addTab( new QgsGeometryCheckerSetupTab( iface ), tr( "Settings" ) );
mTabWidget->addTab( new QWidget(), tr( "Result" ) );
mTabWidget->setTabEnabled( 1, false );

Expand Down
Expand Up @@ -155,7 +155,7 @@
<item row="3" column="0">
<widget class="QGroupBox" name="groupBoxRowSelectionBehaviour">
<property name="title">
<string>When a row is selected, move to:</string>
<string>When a row is selected, move canvas to:</string>
</property>
<property name="flat">
<bool>true</bool>
Expand Down

0 comments on commit e1d3dd5

Please sign in to comment.