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
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
Catch ex As Exception
LOGGER.Error(ex)
@ -1791,7 +1791,7 @@ Public Class frmMain
End If
If oSQLOverview.ToString.Contains("GROUP_TEXT") = False Then
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
GridControl_Docs.Visible = False