Bug Fixes - Att, Subst

- Fixed but that required all known attributes to be listed by name
  in order to be recognized by creating new Att::validInternalName
  method.
- Fixed bug in non-global Subst that failed to save a modified
  annotation.
This commit is contained in:
Paul Beckingham
2009-06-18 23:14:26 -04:00
parent cea84b3d3b
commit 3ffb855956
4 changed files with 16 additions and 23 deletions

View File

@@ -158,6 +158,7 @@ void Subst::apply (
if ((pattern = description.find (mFrom)) != std::string::npos)
{
description.replace (pattern, mFrom.length (), mTo);
i->value (description);
break;
}
}