mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 12:09:32 +02:00
LazReport, remove 'LazReport:' from printjob title if report title was set, issue #13398
git-svn-id: trunk@19120 -
This commit is contained in:
parent
44e8337817
commit
dcc5e60570
@ -8496,7 +8496,7 @@ begin
|
||||
DebugPrnInfo('=== AFTER EMFPages[0]^');
|
||||
{$ENDIF}
|
||||
if Title <> '' then
|
||||
Printer.Title:=Format('LazReport : %s',[Title])
|
||||
Printer.Title:=Format('%s',[Title])
|
||||
else
|
||||
Printer.Title:=Format('LazReport : %s',[sUntitled]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user