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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-19 23:37:52 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-19 23:37:52 +0300
commit59b9ef19e80411d98bff4bbd2f791fa1dae39e64 (patch)
treef2bc2d1a5e6539ea3fdfdf1e19d8f7a5c1829b48 /AboutBox.cs
parente7bb56b084cd27b80ceec15ce71cbbd1ccfd5446 (diff)
Credits update. Didn't i forgot anybody?
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