# HG changeset patch # User moel.mich # Date 1267961298 0 # Node ID 20c1378e0ede5ea96a99dd4809da26960ae9e952 # Parent 8296f0ba87b11b7de8580824052b2bc237c14242 Fixed a typo in the parameter form. diff -r 8296f0ba87b1 -r 20c1378e0ede GUI/ParameterForm.Designer.cs --- a/GUI/ParameterForm.Designer.cs Sat Mar 06 21:50:22 2010 +0000 +++ b/GUI/ParameterForm.Designer.cs Sun Mar 07 11:28:18 2010 +0000 @@ -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