Skip to content

Commit

Permalink
Update qgsprocessingalgorithmdialogbase.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Sep 22, 2024
1 parent 3c59103 commit 1b6150d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/processing/qgsprocessingalgorithmdialogbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ void QgsProcessingAlgorithmDialogBase::setAlgorithm( QgsProcessingAlgorithm *alg
else
{
title = mAlgorithm->group().isEmpty()
? QStringLiteral( "%1 - %2" ).arg( mAlgorithm->group(), mAlgorithm->displayName() )
: mAlgorithm->displayName();
? QStringLiteral( "%1 - %2" ).arg( mAlgorithm->group(), mAlgorithm->displayName() )
: mAlgorithm->displayName();
}

setWindowTitle( title );
Expand Down

0 comments on commit 1b6150d

Please sign in to comment.