LazReport, remove 'LazReport:' from printjob title if report title was set, issue #13398

git-svn-id: trunk@19120 -
This commit is contained in:
jesus 2009-03-26 16:35:22 +00:00
parent 44e8337817
commit dcc5e60570

View File

@ -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]);