From 6a1eb34f2add8f6df18162588e001f74c01fec69 Mon Sep 17 00:00:00 2001
From: Michael Krisper <michael.krisper@tugraz.at>
Date: Mon, 4 Jul 2016 14:37:23 +0200
Subject: [PATCH] open PDF directly in GUI

---
 VECTO/GUI/F_MAINForm.vb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/VECTO/GUI/F_MAINForm.vb b/VECTO/GUI/F_MAINForm.vb
index 7a07d89bd6..2b9b370bab 100644
--- a/VECTO/GUI/F_MAINForm.vb
+++ b/VECTO/GUI/F_MAINForm.vb
@@ -1721,8 +1721,7 @@ lbFound:
 				sender.ReportProgress(100,
 									New _
 										With {.Target = "ListBox",
-										.Message = String.Format("PDF-Report for '{0}' written to {1}", Path.GetFileName(job), report), .Link = report
-										})
+										.Message = String.Format("PDF-Report for '{0}' written to {1}", Path.GetFileName(job), report), .Link = "<RUN>" + report})
 			End If
 		Next
 
-- 
GitLab