mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 07:58:16 +02:00
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:
parent
d35a96756e
commit
09e3438275
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user