mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
chmhelp: icon for TCHMDatabase, from Anton
git-svn-id: trunk@42118 -
This commit is contained in:
parent
c8b8e6cd61
commit
09090bf7a2
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -649,6 +649,9 @@ components/chmhelp/lhelp/lnethttpdataprovider.pas svneol=native#text/plain
|
||||
components/chmhelp/packages/help/Makefile svneol=native#text/plain
|
||||
components/chmhelp/packages/help/Makefile.compiled svneol=native#text/plain
|
||||
components/chmhelp/packages/help/Makefile.fpc svneol=native#text/plain
|
||||
components/chmhelp/packages/help/design/lazhelpchm.bat svneol=native#text/plain
|
||||
components/chmhelp/packages/help/design/lazhelpchm.sh svneol=native#text/plain
|
||||
components/chmhelp/packages/help/design/lazhelpchm.txt svneol=native#text/plain
|
||||
components/chmhelp/packages/help/lazhelpchm.pas svneol=native#text/plain
|
||||
components/chmhelp/packages/help/lhelpcontrol.pas svneol=native#text/plain
|
||||
components/chmhelp/packages/help/lhelpcontrolpkg.lpk svneol=native#text/plain
|
||||
|
1
components/chmhelp/packages/help/design/lazhelpchm.bat
Executable file
1
components/chmhelp/packages/help/design/lazhelpchm.bat
Executable file
@ -0,0 +1 @@
|
||||
..\..\..\..\..\tools\lazres ..\lazhelpchm.lrs @lazhelpchm.txt
|
1
components/chmhelp/packages/help/design/lazhelpchm.sh
Executable file
1
components/chmhelp/packages/help/design/lazhelpchm.sh
Executable file
@ -0,0 +1 @@
|
||||
../../../../../tools/lazres ../lazhelpchm.lrs @lazhelpchm.txt
|
1
components/chmhelp/packages/help/design/lazhelpchm.txt
Normal file
1
components/chmhelp/packages/help/design/lazhelpchm.txt
Normal file
@ -0,0 +1 @@
|
||||
tchmhelpdatabase.png
|
@ -21,11 +21,12 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LazHelpIntf, LazConfigStorage, HelpIntfs,
|
||||
Dialogs, Forms, LazLogger, FileUtil, LHelpControl;
|
||||
Dialogs, Forms, LazLogger, FileUtil, LHelpControl, LResources;
|
||||
|
||||
const
|
||||
CHMMimeType = 'application/chm';
|
||||
CHMPathParam = 'path';
|
||||
|
||||
type
|
||||
{ TCHMHelpDatabase
|
||||
|
||||
@ -356,5 +357,7 @@ begin
|
||||
Storage.SetDeleteValue('Filename',Filename, '');
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I lazhelpchm.lrs}
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user