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);