From eb668a730478962dad8eef61c2f2888c75108d28 Mon Sep 17 00:00:00 2001 From: MPitz Date: Mon, 24 Apr 2023 15:22:06 +0200 Subject: [PATCH 1/3] MsgBox with German Text replaced with ShowInfoMessage, which used the Resource-Strings --- app/TaskFlow/TaskFlow.vbproj | 4 +++- app/TaskFlow/frmMain.vb | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/TaskFlow/TaskFlow.vbproj b/app/TaskFlow/TaskFlow.vbproj index c3ed922..0a2e427 100644 --- a/app/TaskFlow/TaskFlow.vbproj +++ b/app/TaskFlow/TaskFlow.vbproj @@ -701,7 +701,9 @@ Designer Resources.Designer.vb - + + Designer + Designer diff --git a/app/TaskFlow/frmMain.vb b/app/TaskFlow/frmMain.vb index b66efe8..153b6e0 100644 --- a/app/TaskFlow/frmMain.vb +++ b/app/TaskFlow/frmMain.vb @@ -1579,7 +1579,9 @@ Public Class frmMain ' ----------------------------- If oIds.Count = 0 Then - MsgBox("System konnte die Profilworkflows nicht auswerten!" & vbNewLine & "Bitte wählen Sie ein Profil durch Klicken auf einen Beleg oder eine Überschrift!", MsgBoxStyle.Information, ADDITIONAL_TITLE) + Dim omsg = String.Format(S.System_konnte_die_Profilworkflows_nicht_auswerten_, vbNewLine) + FormHelper.ShowInfoMessage(omsg, omsgTitleAttention) + 'MsgBox("System konnte die Profilworkflows nicht auswerten!" & vbNewLine & "Bitte wählen Sie ein Profil durch Klicken auf einen Beleg oder eine Überschrift!", MsgBoxStyle.Information, ADDITIONAL_TITLE) Exit Sub End If Dim oDelete = $"DELETE FROM TBPM_VALIDATION_PROFILE_GROUP_USER WHERE UserID = {USER_ID}" From 725829ee947d3bf78ea07d6bff0d4c9411632d40 Mon Sep 17 00:00:00 2001 From: MPitz Date: Mon, 24 Apr 2023 15:22:50 +0200 Subject: [PATCH 2/3] TaskFlow: Version 2.4.3.0 --- app/TaskFlow/My Project/AssemblyInfo.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/TaskFlow/My Project/AssemblyInfo.vb b/app/TaskFlow/My Project/AssemblyInfo.vb index cf86939..ca0c90a 100644 --- a/app/TaskFlow/My Project/AssemblyInfo.vb +++ b/app/TaskFlow/My Project/AssemblyInfo.vb @@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + From c47c011f279fb62294d86ea5602ef40a87685558 Mon Sep 17 00:00:00 2001 From: MPitz Date: Mon, 24 Apr 2023 15:26:28 +0200 Subject: [PATCH 3/3] TaskFlow: Version 2.4.2.2 --- app/TaskFlow/My Project/AssemblyInfo.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/TaskFlow/My Project/AssemblyInfo.vb b/app/TaskFlow/My Project/AssemblyInfo.vb index b3dd50e..6f54763 100644 --- a/app/TaskFlow/My Project/AssemblyInfo.vb +++ b/app/TaskFlow/My Project/AssemblyInfo.vb @@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - +