From dbd42eaff5c9b6f2ddddaf8b1e19476edb22e030 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 31 Jul 2008 11:46:16 +0000 Subject: [PATCH] reduced warnings git-svn-id: trunk@15929 - --- components/synedit/syneditmarkupspecialline.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/synedit/syneditmarkupspecialline.pp b/components/synedit/syneditmarkupspecialline.pp index 8806fc6609..cbfd1fa8bf 100644 --- a/components/synedit/syneditmarkupspecialline.pp +++ b/components/synedit/syneditmarkupspecialline.pp @@ -50,7 +50,7 @@ type Function GetNextMarkupColAfterRowCol(const aRow, aCol : Integer) : Integer; override; property OnSpecialLineColors: TSpecialLineColorsEvent - read fOnSpecialLineColors write fOnSpecialLineColors; deprecated; // use SpecialMarkup instead + read fOnSpecialLineColors write fOnSpecialLineColors; property OnSpecialLineMarkup: TSpecialLineMarkupEvent read fOnSpecialLineMarkup write fOnSpecialLineMarkup; end;