* Fix from maillist.

git-svn-id: trunk@185 -
This commit is contained in:
marco 2001-02-19 17:11:27 +00:00
parent d7c1389787
commit ddd97cd953

View File

@ -1801,7 +1801,7 @@ exit;
I := GetEnumValue(GetPropType, NewValue); I := GetEnumValue(GetPropType, NewValue);
if I < 0 then begin if I < 0 then begin
{raise EPropertyError.CreateRes(@SInvalidPropertyValue)}; {raise EPropertyError.CreateRes(@SInvalidPropertyValue)};
exit; // exit;
end; end;
SetOrdValue(I); SetOrdValue(I);
end; end;