Fix for Lab adjustments on thumnail (issue 1071) and small fix for history entry for lens geom auto fill

This commit is contained in:
michael
2011-10-29 11:44:54 -04:00
parent cb7ea9be8d
commit e49db7c07d
3 changed files with 7 additions and 6 deletions

View File

@@ -93,9 +93,9 @@ void LensGeometry::fillPressed () {
if (listener) {
if (fill->get_active ())
listener->panelChanged (EvTransAutoFill, M("TP_LENSGEOM_AUTOFILL")+' '+M("GENERAL_ENABLED"));
listener->panelChanged (EvTransAutoFill, M("GENERAL_ENABLED"));
else
listener->panelChanged (EvTransAutoFill, M("TP_LENSGEOM_AUTOFILL")+' '+M("GENERAL_DISABLED"));
listener->panelChanged (EvTransAutoFill, M("GENERAL_DISABLED"));
}
}