chmhelp: undo

git-svn-id: trunk@31232 -
This commit is contained in:
mattias 2011-06-14 20:24:59 +00:00
parent 7ed7e97d29
commit 046f69791e
3 changed files with 3 additions and 9 deletions

View File

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

View File

@ -7,7 +7,7 @@ unit ChmHelpPkg;
interface
uses
LazChmHelp, ChmLangRef, ChmLcl, LazarusPackageIntf;
LazChmHelp, ChmLangRef, LazarusPackageIntf;
implementation

View File

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