A patch for the patch. As far as I can tell, the NR tools now update properly.

This commit is contained in:
Emil Martinec
2010-09-13 14:41:14 -05:00
parent f52e8a69b4
commit c96bbfb378
8 changed files with 44 additions and 17 deletions

View File

@@ -107,9 +107,9 @@ void ImpulseDenoise::enabledChanged () {
if (listener) {
if (enabled->get_active ())
listener->panelChanged (EvCDNEnabled, M("GENERAL_ENABLED"));
listener->panelChanged (EvIDNEnabled, M("GENERAL_ENABLED"));
else
listener->panelChanged (EvCDNEnabled, M("GENERAL_DISABLED"));
listener->panelChanged (EvIDNEnabled, M("GENERAL_DISABLED"));
}
}