chkEnabled.isSelected());
}
catch (Exception ex)
{
logger.error("failed to enable DNSSEC", ex);
ErrorDialog ed = new ErrorDialog(
null,
R.getI18NString("plugin.dnsconfig.dnssec.ENABLE_FAILED"),
R.getI18NString("plugin.dnsconfig.dnssec.ENABLE_FAILED_MSG"),
ex);
ed.showDialog();
}
updateState();
}
if(e.getSource() == chkAbsolute)
{