Various interface fixes, closes #5211

This commit is contained in:
Morgan Hardwood
2019-03-25 01:53:07 +01:00
parent eb646e18e6
commit 5b50b2d059
17 changed files with 64 additions and 60 deletions

View File

@@ -292,7 +292,7 @@ void RawImageSource::hphd_demosaic ()
{
BENCHFUN
if (plistener) {
plistener->setProgressStr(Glib::ustring::compose(M("TP_RAW_DMETHOD_PROGRESSBAR"), RAWParams::BayerSensor::getMethodString(RAWParams::BayerSensor::Method::HPHD)));
plistener->setProgressStr(Glib::ustring::compose(M("TP_RAW_DMETHOD_PROGRESSBAR"), M("TP_RAW_HPHD")));
plistener->setProgress(0.0);
}