We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b36737 commit 5bca317Copy full SHA for 5bca317
src/app/qgisapp.cpp
@@ -9904,7 +9904,7 @@ void QgisApp::legendGroupSetWmsData()
9904
QgsGroupWmsDataDialog *dlg = new QgsGroupWmsDataDialog( this );
9905
dlg->setGroupShortName( currentGroup->customProperty( QStringLiteral( "wmsShortName" ) ).toString() );
9906
dlg->setGroupTitle( currentGroup->customProperty( QStringLiteral( "wmsTitle" ) ).toString() );
9907
- dlg->setGroupTitle( currentGroup->customProperty( QStringLiteral( "wmsAbstract" ) ).toString() );
+ dlg->setGroupAbstract( currentGroup->customProperty( QStringLiteral( "wmsAbstract" ) ).toString() );
9908
if ( dlg->exec() )
9909
{
9910
currentGroup->setCustomProperty( QStringLiteral( "wmsShortName" ), dlg->groupShortName() );
0 commit comments