Common: fix crash

This commit is contained in:
Jonathan Jenne
2022-04-05 16:36:04 +02:00
parent b6f84c4fb8
commit a5e4274659
3 changed files with 27 additions and 20 deletions

View File

@@ -198,7 +198,7 @@ Public Class frmDocumentResultList
chkGridShowTitle.Checked = LayoutManager.GetBandTitleVisible()
Catch ex As Exception
ErrorHandler.ShowErrorMessage(ex, "Error while loading results", "Form Load")
ErrorHandler.ShowErrorMessage(ex, "Form Load", "Error while loading results")
Finally
IsLoading = False