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>2017-03-18 23:45:52 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-18 23:45:52 +0300
commit043475ed56f502b389a99e01793296eca8d2480c (patch)
tree2d9908f06161a19bd72b6114e35d64971ddaba53 /FoldersManagerForm.Designer.cs
parentf98250e291567a9300404a5ef6cd6e6a2af50f07 (diff)
Avoiding this Visual Studio 'Del' bug
Diffstat (limited to 'FoldersManagerForm.Designer.cs')
-rw-r--r--FoldersManagerForm.Designer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/FoldersManagerForm.Designer.cs b/FoldersManagerForm.Designer.cs
index 59420e5a..64a24cd1 100644
--- a/FoldersManagerForm.Designer.cs
+++ b/FoldersManagerForm.Designer.cs
@@ -336,13 +336,13 @@
this.buttonOk.UseVisualStyleBackColor = true;
this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
//
- // TreeContructorForm
+ // FoldersManagerForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel2);
this.Controls.Add(this.splitContainer);
- this.Name = "TreeContructorForm";
+ this.Name = "FoldersManagerForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TreeContructorForm_FormClosing);
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);