diff --git a/VECTO/GUI/MainForm.vb b/VECTO/GUI/MainForm.vb
index 22c645fda730b6966a9760508703c81b284dc6df..59bef9cd89ea77b40b6a03208d9b53246cbd91ad 100644
--- a/VECTO/GUI/MainForm.vb
+++ b/VECTO/GUI/MainForm.vb
@@ -1084,8 +1084,8 @@ Imports TUGraz.VectoCore.Utils
             dim w as FileOutputWriter = new FileOutputWriter(job)
             For Each entry as KeyValuePair(Of string, string) In _
                 new Dictionary(Of string, string) _
-                    from {{w.XMLFullReportName, "XML Manufacturer Report"}, {w.XMLCustomerReportName, "Customer Report"},
-                        {w.XMLVTPReportName, "VTP Report"}}
+                    from {{w.XMLFullReportName, "XML Manufacturer Report"}, {w.XMLCustomerReportName, "XML Customer Report"},
+                        {w.XMLVTPReportName, "VTP Report"}, {w.XMLMonitoringReportName, "XML Monitoring Report"}}
                 If File.Exists(entry.Key) Then
                     sender.ReportProgress(100, New VectoProgress With {.Target = "ListBox",
                                              .Message =