From 623d8b2748c5e0de2dc1182566fc2116f39a064d Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Thu, 6 Oct 2022 09:06:54 +0200 Subject: [PATCH] Fix message box titles --- app/DD_PM_WINDREAM/frmMain.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/DD_PM_WINDREAM/frmMain.vb b/app/DD_PM_WINDREAM/frmMain.vb index e5b2144..9f0aac5 100644 --- a/app/DD_PM_WINDREAM/frmMain.vb +++ b/app/DD_PM_WINDREAM/frmMain.vb @@ -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