Browse Source

+ find Table of contents for FPC docs

pierre 23 years ago
parent
commit
b1d611c40c
1 changed files with 5 additions and 2 deletions
  1. 5 2
      ide/fpmhelp.inc

+ 5 - 2
ide/fpmhelp.inc

@@ -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