Skip to content

Commit 8fbe257

Browse files
committed
Update about text in AboutForm
1 parent a4dcf11 commit 8fbe257

3 files changed

Lines changed: 229 additions & 210 deletions

File tree

src/SignToolGUI/Forms/AboutForm.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/SignToolGUI/Forms/AboutForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public AboutForm()
119119
labelVersion.Text = String.Format(@"Version {0}", AssemblyVersion);
120120
labelCopyright.Text = AssemblyCopyright + @" " + DateTime.Now.Year;
121121
labelCompanyName.Text = AssemblyCompany;
122-
textBoxDescription.Text = AssemblyDescription;
122+
//textBoxDescription.Text = AssemblyDescription;
123123

124124
// Create an instance of the ToolTip class to provide tooltip information for the pictureBoxBuyMeACoffee control
125125
ToolTip toolTipForPictureBox = new ToolTip();

0 commit comments

Comments
 (0)