mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:09:20 +02:00
chmhelp: undo
git-svn-id: trunk@31232 -
This commit is contained in:
parent
7ed7e97d29
commit
046f69791e
@ -17,7 +17,7 @@
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Version Minor="1"/>
|
||||
<Files Count="3">
|
||||
<Files Count="2">
|
||||
<Item1>
|
||||
<Filename Value="lazchmhelp.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
@ -27,10 +27,6 @@
|
||||
<Filename Value="chmlangref.pas"/>
|
||||
<UnitName Value="ChmLangRef"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<Filename Value="chmlcl.pas"/>
|
||||
<UnitName Value="chmlcl"/>
|
||||
</Item3>
|
||||
</Files>
|
||||
<Type Value="DesignTime"/>
|
||||
<RequiredPkgs Count="5">
|
||||
|
@ -7,7 +7,7 @@ unit ChmHelpPkg;
|
||||
interface
|
||||
|
||||
uses
|
||||
LazChmHelp, ChmLangRef, ChmLcl, LazarusPackageIntf;
|
||||
LazChmHelp, ChmLangRef, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -24,7 +24,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, LazHelpIntf, HelpIntfs, LazConfigStorage,
|
||||
PropEdits, LHelpControl, Controls, ChmLangRef, ChmLcl;
|
||||
PropEdits, LHelpControl, Controls, ChmLangRef;
|
||||
|
||||
type
|
||||
|
||||
@ -428,8 +428,6 @@ begin
|
||||
HelpViewers.RegisterViewer(ChmHelp);
|
||||
RegisterLangRefHelpDatabase;
|
||||
LangRefHelpDatabase.OnFindViewer := @ChmHelp.DBFindViewer;
|
||||
RegisterLclHelpDatabase;
|
||||
LCLHelpDatabase.OnFindViewer := @ChmHelp.DBFindViewer;
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
Loading…
Reference in New Issue
Block a user