+ find Table of contents for FPC docs

This commit is contained in:
pierre 2002-03-14 17:01:54 +00:00
parent 494a3d3543
commit b1d611c40c

View File

@ -20,7 +20,7 @@ var FileID: word;
var Found: boolean; var Found: boolean;
begin begin
CheckHelpSystem; CheckHelpSystem;
Found:=HelpFacility^.TopicSearch('Help_Contents',FileID,Ctx); Found:=HelpFacility^.TopicSearch('Table of contents',FileID,Ctx);
if Found then if Found then
Help(FileID,Ctx,false) Help(FileID,Ctx,false)
else else
@ -266,7 +266,10 @@ end;
{ {
$Log$ $Log$
Revision 1.2 2001-10-01 00:24:09 pierre Revision 1.3 2002-03-14 17:01:54 pierre
+ find Table of contents for FPC docs
Revision 1.2 2001/10/01 00:24:09 pierre
* fix several help problems * fix several help problems
Revision 1.1 2001/08/04 11:30:23 peter Revision 1.1 2001/08/04 11:30:23 peter