Skip to content
Snippets Groups Projects
Commit f6a9eb14 authored by Provot Bertrand's avatar Provot Bertrand
Browse files

2018: Auto stash before merge of "dev2018" and "origin/dev2018"

parent fe975cb3
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ void FilteringService::applyAlgorithm(Filtering* algo)
}
else{
resImg = Converter<Image>::convertAndRound(*dblResImg);
outputMessage = "Pas de conversion [min : 0, max : 255]";
outputMessage = qApp->translate("Filtering","Pas de conversion [min : 0, max : 255]").toStdString();
if(i == 0) riw->setWindowTitle(_siw->windowTitle() + " - " + _filterChoice->getFilterName() + " Result ");
else riw->setWindowTitle(_siw->windowTitle() + " - " + _filterChoice->getFilterName() + " " + i);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment