From 22e23b08887ac7c8d4d5f52050a8c955b0043778 Mon Sep 17 00:00:00 2001 From: Krzysztof Lorenc Date: Fri, 12 Apr 2019 16:34:01 +0200 Subject: [PATCH] Fix link to company page - added www. --- src/Soloplan.WhatsON.GUI/Config/AboutPage.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Soloplan.WhatsON.GUI/Config/AboutPage.xaml.cs b/src/Soloplan.WhatsON.GUI/Config/AboutPage.xaml.cs index 0b9bd44..db77488 100644 --- a/src/Soloplan.WhatsON.GUI/Config/AboutPage.xaml.cs +++ b/src/Soloplan.WhatsON.GUI/Config/AboutPage.xaml.cs @@ -52,7 +52,7 @@ private void MadeBySoloplanLinkMouseUp(object sender, MouseButtonEventArgs e) { if (e.LeftButton == MouseButtonState.Released) { - System.Diagnostics.Process.Start("http://soloplan.de"); + System.Diagnostics.Process.Start("http://www.soloplan.de"); } }