Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Geometry checker] Rename tab: Settings -> Setup
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/plugins/geometry_checker/ui/qgsgeometrycheckerdialog.cpp
|
@@ -41,7 +41,7 @@ QgsGeometryCheckerDialog::QgsGeometryCheckerDialog( QgisInterface *iface, QWidge |
|
|
layout->addWidget( mTabWidget ); |
|
|
layout->addWidget( mButtonBox ); |
|
|
|
|
|
mTabWidget->addTab( new QgsGeometryCheckerSetupTab( iface, this ), tr( "Settings" ) ); |
|
|
mTabWidget->addTab( new QgsGeometryCheckerSetupTab( iface, this ), tr( "Setup" ) ); |
|
|
mTabWidget->addTab( new QWidget(), tr( "Result" ) ); |
|
|
mTabWidget->setTabEnabled( 1, false ); |
|
|
|
|
|