mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 20:39:09 +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 svneol=native#text/plain
|
||||||
components/chmhelp/packages/help/Makefile.compiled 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/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/lazhelpchm.pas svneol=native#text/plain
|
||||||
components/chmhelp/packages/help/lhelpcontrol.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
|
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
|
uses
|
||||||
Classes, SysUtils, LazHelpIntf, LazConfigStorage, HelpIntfs,
|
Classes, SysUtils, LazHelpIntf, LazConfigStorage, HelpIntfs,
|
||||||
Dialogs, Forms, LazLogger, FileUtil, LHelpControl;
|
Dialogs, Forms, LazLogger, FileUtil, LHelpControl, LResources;
|
||||||
|
|
||||||
const
|
const
|
||||||
CHMMimeType = 'application/chm';
|
CHMMimeType = 'application/chm';
|
||||||
CHMPathParam = 'path';
|
CHMPathParam = 'path';
|
||||||
|
|
||||||
type
|
type
|
||||||
{ TCHMHelpDatabase
|
{ TCHMHelpDatabase
|
||||||
|
|
||||||
@ -356,5 +357,7 @@ begin
|
|||||||
Storage.SetDeleteValue('Filename',Filename, '');
|
Storage.SetDeleteValue('Filename',Filename, '');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
initialization
|
||||||
|
{$I lazhelpchm.lrs}
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user