mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 23:38:02 +02:00
* IDEIntf: cosmetic: comments
git-svn-id: trunk@46556 -
This commit is contained in:
parent
be36f13bcb
commit
323c8678f8
@ -106,7 +106,7 @@ var
|
||||
begin
|
||||
if (Query is THelpQueryPascalContexts)
|
||||
and (QueryItem is TPascalHelpContextList) then begin
|
||||
// a pascal context query
|
||||
// a Pascal context query
|
||||
ContextList:=TPascalHelpContextList(QueryItem);
|
||||
if (ContextList.Count>0) and (ContextList.List[0].Descriptor=pihcFilename)
|
||||
then begin
|
||||
|
Loading…
Reference in New Issue
Block a user