CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
--- a/trunk/Src/UHiliterCSS.pas +++ b/trunk/Src/UHiliterCSS.pas @@ -148,7 +148,7 @@ begin inherited Create; Assert(Assigned(HiliteAttrs), // ** do not localise - 'THiliterCSS.Create: HiliteAttrs is nil'); + ClassName + '.Create: HiliteAttrs is nil'); fHiliteAttrs := HiliteAttrs; end;