Skip to content

Commit 118bbf7

Browse files
committedJun 29, 2016
Align "add spatialite layer" window with other add layer windows
The button labels didn't match with the group box title
1 parent 4b83277 commit 118bbf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/providers/spatialite/qgsspatialitesourceselect.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ QgsSpatiaLiteSourceSelect::QgsSpatiaLiteSourceSelect( QWidget * parent, Qt::Wind
4848
restoreGeometry( settings.value( "/Windows/SpatiaLiteSourceSelect/geometry" ).toByteArray() );
4949
mHoldDialogOpen->setChecked( settings.value( "/Windows/SpatiaLiteSourceSelect/HoldDialogOpen", false ).toBool() );
5050

51-
setWindowTitle( tr( "Add SpatiaLite Table(s)" ) );
52-
connectionsGroupBox->setTitle( tr( "Databases" ) );
51+
setWindowTitle( tr( "Add SpatiaLite Layer(s)" ) );
5352
btnEdit->hide(); // hide the edit button
5453
btnSave->hide();
5554
btnLoad->hide();

0 commit comments

Comments
 (0)
Please sign in to comment.