Skip to content

Commit

Permalink
Credits update. Didn't i forgot anybody?
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed Feb 19, 2018
1 parent e7bb56b commit 59b9ef1
Show file tree
Hide file tree
Showing 5 changed files with 558 additions and 482 deletions.
2 changes: 1 addition & 1 deletion AboutBox.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion AboutBox.cs
Expand Up @@ -14,7 +14,7 @@ public AboutBox()
this.labelVersion.Text = String.Format("Version {0}", AssemblyVersion);
this.labelCopyright.Text = AssemblyCopyright;
this.labelCompanyName.Text = AssemblyCompany;
this.textBoxDescription.Text = AssemblyDescription;
//this.textBoxDescription.Text = AssemblyDescription;
}

#region Assembly Attribute Accessors
Expand Down

0 comments on commit 59b9ef1

Please sign in to comment.