chmhelp: icon for TCHMDatabase, from Anton

git-svn-id: trunk@42118 -
This commit is contained in:
mattias 2013-07-17 18:01:56 +00:00
parent c8b8e6cd61
commit 09090bf7a2
5 changed files with 10 additions and 1 deletions

3
.gitattributes vendored
View File

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

View File

@ -0,0 +1 @@
..\..\..\..\..\tools\lazres ..\lazhelpchm.lrs @lazhelpchm.txt

View File

@ -0,0 +1 @@
../../../../../tools/lazres ../lazhelpchm.lrs @lazhelpchm.txt

View File

@ -0,0 +1 @@
tchmhelpdatabase.png

View File

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