From 624025432433ccc5b6185eca914eae31ef506092 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Mon, 4 Apr 2022 13:08:16 +0200 Subject: [PATCH 1/2] Fix file preview --- Global_Indexer/frmIndex.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global_Indexer/frmIndex.vb b/Global_Indexer/frmIndex.vb index c8692b2..25dd12f 100644 --- a/Global_Indexer/frmIndex.vb +++ b/Global_Indexer/frmIndex.vb @@ -2272,7 +2272,7 @@ Public Class frmIndex Sub PreviewFile() Try - 'DocumentViewer1.LoadFile(CURRENT_WORKFILE) + DocumentViewer1.LoadFile(CURRENT_WORKFILE) Catch ex As Exception ShowErrorMessage(ex, "PreviewFile") End Try From 9c7ac0047f5acd17685dffd865958ff6eb22f817 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Mon, 4 Apr 2022 13:16:57 +0200 Subject: [PATCH 2/2] Version 2.6.0.4 --- Global_Indexer/My Project/AssemblyInfo.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Global_Indexer/My Project/AssemblyInfo.vb b/Global_Indexer/My Project/AssemblyInfo.vb index 2ca2f9a..cf556ae 100644 --- a/Global_Indexer/My Project/AssemblyInfo.vb +++ b/Global_Indexer/My Project/AssemblyInfo.vb @@ -15,7 +15,7 @@ Imports System.Runtime.InteropServices - + @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + \ No newline at end of file