Fixed a typo in the parameter form.

This commit is contained in:
Michael Möller
2010-03-07 11:28:18 +00:00
parent 299eb1cdb7
commit 717ecb868d

View File

@@ -58,7 +58,7 @@
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 3;
this.cancelButton.Text = "Canel";
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// captionLabel