Fix message box titles

This commit is contained in:
Jonathan Jenne 2022-10-06 09:06:54 +02:00
parent 03140a938e
commit 623d8b2748

View File

@ -1666,7 +1666,7 @@ Public Class frmMain
End If End If
Else Else
FormHelper.ShowWarningMessage("Could not get the ProfileID of file! - Check Your configuration of MainView!", omsgTitleWarning) FormHelper.ShowWarningMessage("Could not get the ProfileID of file! - Check Your configuration of MainView!", S.Achtung_)
End If End If
Catch ex As Exception Catch ex As Exception
LOGGER.Error(ex) LOGGER.Error(ex)
@ -1791,7 +1791,7 @@ Public Class frmMain
End If End If
If oSQLOverview.ToString.Contains("GROUP_TEXT") = False Then If oSQLOverview.ToString.Contains("GROUP_TEXT") = False Then
LOGGER.Info($"SQL SO FAR: {oSQLOverview} ") LOGGER.Info($"SQL SO FAR: {oSQLOverview} ")
FormHelper.ShowInfoMessage("Incomplete Overview-Source (No Group-Columns). Please reload manually!", omsgTitleWarning) FormHelper.ShowInfoMessage("Incomplete Overview-Source (No Group-Columns). Please reload manually!", S.Achtung_)
NO_WORKFLOWITEMS = True NO_WORKFLOWITEMS = True
GridControl_Docs.Visible = False GridControl_Docs.Visible = False