From a00755da4baae4f9b91695c67939e8299ae78920 Mon Sep 17 00:00:00 2001 From: HirschleM Date: Mon, 12 Jan 2026 11:01:31 +0100 Subject: [PATCH] MH: Support-Modul --- BeWo/MainControl.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeWo/MainControl.xaml.cs b/BeWo/MainControl.xaml.cs index a7ff8a87e..8215ed164 100644 --- a/BeWo/MainControl.xaml.cs +++ b/BeWo/MainControl.xaml.cs @@ -1586,7 +1586,7 @@ namespace BeWo private void OpenHandbuchWindow() { - var handbuch = "https://apps.ownsoft.de/h/5/4368658435"; // Ihr gewünschter Link + var handbuch = "https://apps.ownsoft.de/h/5/4368658435"; Process.Start(handbuch); } private void CreateSupportMailWindow()