Browse Source

+ find Table of contents for FPC docs

pierre 23 năm trước cách đây
mục cha
commit
b1d611c40c
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 5 2
      ide/fpmhelp.inc

+ 5 - 2
ide/fpmhelp.inc

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