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()