Skip to content

Commit

Permalink
Fix #7969, 'layer source' in vector properties is empty
Browse files Browse the repository at this point in the history
- Revert part of 6c51965, where setting the line edit field was (accidentally?) removed
  • Loading branch information
dakcarto committed Jun 3, 2013
1 parent 36d266c commit bf9b3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -342,6 +342,7 @@ void QgsVectorLayerProperties::syncToLayer( void )
// populate the general information
mLayerOrigNameLineEdit->setText( layer->originalName() );
txtDisplayName->setText( layer->name() );
txtLayerSource->setText( layer->publicSource() );
pbnQueryBuilder->setWhatsThis( tr( "This button opens the query "
"builder and allows you to create a subset of features to display on "
"the map canvas rather than displaying all features in the layer" ) );
Expand Down

0 comments on commit bf9b3e3

Please sign in to comment.