mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 21:02:43 +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
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LR_Class, lr_PreviewToolsAbsract, UTF8Process;
|
||||
Classes, SysUtils, LR_Class, lr_PreviewToolsAbstract, UTF8Process;
|
||||
|
||||
type
|
||||
TEmailApp = class;
|
||||
@ -243,7 +243,7 @@ begin
|
||||
inherited Create(AOwner);
|
||||
FEmailList:=TStringList.Create;
|
||||
FBody:=TStringList.Create;
|
||||
FCaption:='Отправить по электронной почте';
|
||||
FCaption:='Send by email';
|
||||
end;
|
||||
|
||||
destructor TlrEmailExportFilter.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user