LazReport: Email Exporter, use lr_PreviewToolsAbstract to fix compiling and changed russian caption, reported by Swen

git-svn-id: trunk@46083 -
This commit is contained in:
jesus 2014-08-28 18:48:10 +00:00
parent d35a96756e
commit 09e3438275

View File

@ -5,7 +5,7 @@ unit lrEmailExportFilter;
interface interface
uses uses
Classes, SysUtils, LR_Class, lr_PreviewToolsAbsract, UTF8Process; Classes, SysUtils, LR_Class, lr_PreviewToolsAbstract, UTF8Process;
type type
TEmailApp = class; TEmailApp = class;
@ -243,7 +243,7 @@ begin
inherited Create(AOwner); inherited Create(AOwner);
FEmailList:=TStringList.Create; FEmailList:=TStringList.Create;
FBody:=TStringList.Create; FBody:=TStringList.Create;
FCaption:='Отправить по электронной почте'; FCaption:='Send by email';
end; end;
destructor TlrEmailExportFilter.Destroy; destructor TlrEmailExportFilter.Destroy;