Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohne authored Nov 14, 2018
1 parent 4dbf7df commit 45f56ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PlanetoidDB/AppInfoForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion PlanetoidDB/PlanetoidDBForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions PlanetoidDB/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 45f56ff

Please sign in to comment.