Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'AboutBox.cs')
-rw-r--r--AboutBox.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/AboutBox.cs b/AboutBox.cs
index 968788be..77416071 100644
--- a/AboutBox.cs
+++ b/AboutBox.cs
@@ -14,7 +14,7 @@ namespace com.clusterrr.hakchi_gui
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