mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
+ find Table of contents for FPC docs
This commit is contained in:
parent
494a3d3543
commit
b1d611c40c
@ -20,7 +20,7 @@ var FileID: word;
|
||||
var Found: boolean;
|
||||
begin
|
||||
CheckHelpSystem;
|
||||
Found:=HelpFacility^.TopicSearch('Help_Contents',FileID,Ctx);
|
||||
Found:=HelpFacility^.TopicSearch('Table of contents',FileID,Ctx);
|
||||
if Found then
|
||||
Help(FileID,Ctx,false)
|
||||
else
|
||||
@ -266,7 +266,10 @@ end;
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.1 2001/08/04 11:30:23 peter
|
||||
|
Loading…
Reference in New Issue
Block a user