Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 6eb9e31e authored by Michael KRISPER's avatar Michael KRISPER
Browse files

changed output text for pdf-report in GUI

parent 69437dcc
No related branches found
No related tags found
No related merge requests found
......@@ -1699,7 +1699,7 @@ lbFound:
For Each job As String In JobFileList
Dim report As String = New FileOutputWriter(job).PDFReportName
If File.Exists(report) Then
sender.ReportProgress(100, New With {.Target = "ListBox", .Message = String.Format("Job Report '{0}' written to {1}", Path.GetFileName(job), report), .Link = report})
sender.ReportProgress(100, New With {.Target = "ListBox", .Message = String.Format("PDF-Report for '{0}' written to {1}", Path.GetFileName(job), report), .Link = report})
End If
Next
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment