From 79d5e963682bd40b14811511269469c2a78285fe Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 6 Mar 2015 22:28:14 +0100 Subject: [PATCH] nothing --- src/ce_main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ce_main.pas b/src/ce_main.pas index f80dc889..030040cd 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -892,7 +892,7 @@ begin HintInfo.HideTimeout := 120000; HintInfo.CursorRect.Left := fDoc.CaretXPix; HintInfo.CursorRect.Top := fDoc.CaretYPix; - // note: non-default color allows non-themed draw() which allows custom font-size to be handled. + // note: non-default color allows non-themed paint() which allows custom font-size to be handled. HintInfo.HintColor := clInfoBk + $01010100; // DcdWrapper.getDdocFromCursor(HintStr);