Skip to content

Commit

Permalink
Merge pull request #7581 from m-kuhn/relabelRunButton
Browse files Browse the repository at this point in the history
Rename "Run in background" to "Run"
  • Loading branch information
m-kuhn committed Aug 9, 2018
2 parents d39bdcd + 4a9dec7 commit d2f05b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/processing/qgsprocessingalgorithmdialogbase.cpp
Expand Up @@ -143,9 +143,6 @@ void QgsProcessingAlgorithmDialogBase::setAlgorithm( QgsProcessingAlgorithm *alg
textShortHelp->setHtml( algHelp );
connect( textShortHelp, &QTextBrowser::anchorClicked, this, &QgsProcessingAlgorithmDialogBase::linkClicked );
}

if ( !( algorithm->flags() & QgsProcessingAlgorithm::FlagNoThreading ) )
mButtonRun->setText( tr( "Run in Background" ) );
}

QgsProcessingAlgorithm *QgsProcessingAlgorithmDialogBase::algorithm()
Expand Down

0 comments on commit d2f05b6

Please sign in to comment.