* idehelp: cosmetic; add license header

git-svn-id: trunk@46687 -
This commit is contained in:
reiniero 2014-10-27 10:36:23 +00:00
parent 2cea4b8d08
commit 9970e4db56
2 changed files with 23 additions and 0 deletions

View File

@ -1,5 +1,27 @@
unit ChmLcl;
{ Copyright (C) 2011-2014 Mattias Gaertner, Lazarus contributors
chmlcl.pas
Help database for Lazarus LCL using lcl.chm.
This source is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
This code is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
A copy of the GNU General Public License is available on the World Wide Web
at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
}
{$mode objfpc}{$H+}
interface

View File

@ -84,6 +84,7 @@ type
procedure Assign(Source: TPersistent); override;
procedure Load(Storage: TConfigStorage); override;
procedure Save(Storage: TConfigStorage); override;
// Get localized name for CHM Help Viewer string
function GetLocalizedName: string; override;
function GetHelpEXE: String; // macros resolved, see property HelpEXE
function GetHelpFilesPath: String; // macros resolved, see property HelpFilesPath