* fix webbug 2102-C

This commit is contained in:
pierre 2002-09-26 20:45:08 +00:00
parent 51ac1e5555
commit 44e4a4c936

View File

@ -220,6 +220,7 @@ begin
begin begin
SetDisplayText(I,S); SetDisplayText(I,S);
UpdateAttrs(I,attrAll); UpdateAttrs(I,attrAll);
DrawView;
end; end;
end; end;
ProcessTemplate:=OK; ProcessTemplate:=OK;
@ -290,7 +291,10 @@ end;
END. END.
{ {
$Log$ $Log$
Revision 1.3 2002-09-07 15:40:45 peter Revision 1.4 2002-09-26 20:45:08 pierre
* fix webbug 2102-C
Revision 1.3 2002/09/07 15:40:45 peter
* old logs removed and tabs fixed * old logs removed and tabs fixed
} }