From 45f56ffe2bbd5c469f5969e885c71f2b72a3a00f Mon Sep 17 00:00:00 2001 From: Michael Johne Date: Wed, 14 Nov 2018 10:59:04 +0100 Subject: [PATCH] Add files via upload --- PlanetoidDB/AppInfoForm.cs | 4 ++-- PlanetoidDB/PlanetoidDBForm.cs | 2 +- PlanetoidDB/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PlanetoidDB/AppInfoForm.cs b/PlanetoidDB/AppInfoForm.cs index f2cb41fc..5cfa994c 100644 --- a/PlanetoidDB/AppInfoForm.cs +++ b/PlanetoidDB/AppInfoForm.cs @@ -23,8 +23,8 @@ private void AppInfoForm_Load(object sender, EventArgs e) linkLabelCopyright.Text = AssemblyCopyright; linkLabelCopyright.Links.Add(19, 22, "mailto:michael-johne@gmx.de"); labelDescription.Text = AssemblyDescription; - linkLabelWWW.Text = "WWW: http://www.planetoiddb.micjoe.de"; - linkLabelWWW.Links.Add(5, "http://www.planetoiddb.micjoe.de".Length, "http://www.planetoiddb.micjoe.de"); + linkLabelWWW.Text = "WWW: http://www.planetoiddb.micjoh.de"; + linkLabelWWW.Links.Add(5, "http://www.planetoiddb.micjoh.de".Length, "http://www.planetoiddb.micjoh.de"); } private void linkLabelCopyright_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) diff --git a/PlanetoidDB/PlanetoidDBForm.cs b/PlanetoidDB/PlanetoidDBForm.cs index 4f11206c..b0fd2395 100644 --- a/PlanetoidDB/PlanetoidDBForm.cs +++ b/PlanetoidDB/PlanetoidDBForm.cs @@ -237,7 +237,7 @@ private void menuitemAbout_Click(object sender, EventArgs e) private void menuitemOpenWebsitePDB_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://www.planetoiddb.micjoe.de"); + System.Diagnostics.Process.Start("http://www.planetoiddb.micjoh.de"); } private void menuitemOpenWebsiteMPC_Click(object sender, EventArgs e) diff --git a/PlanetoidDB/Properties/AssemblyInfo.cs b/PlanetoidDB/Properties/AssemblyInfo.cs index 2897db3e..f364e3c9 100644 --- a/PlanetoidDB/Properties/AssemblyInfo.cs +++ b/PlanetoidDB/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.0.12")] -[assembly: AssemblyFileVersion("0.1.0.12")] +[assembly: AssemblyVersion("0.1.1.13")] +[assembly: AssemblyFileVersion("0.1.1.13")]