# HG changeset patch # User moel.mich # Date 1305789870 0 # Node ID 6b9c44598a5d2fb51da288a043712b390d7cf85c # Parent 61c3d984fb2d4caddbd629a061219091fa10ef92 Fixed Issue 222. diff -r 61c3d984fb2d -r 6b9c44598a5d GUI/ReportForm.Designer.cs --- a/GUI/ReportForm.Designer.cs Thu May 19 07:22:06 2011 +0000 +++ b/GUI/ReportForm.Designer.cs Thu May 19 07:24:30 2011 +0000 @@ -95,7 +95,7 @@ this.exitButton.Name = "exitButton"; this.exitButton.Size = new System.Drawing.Size(75, 23); this.exitButton.TabIndex = 3; - this.exitButton.Text = "Canel"; + this.exitButton.Text = "Cancel"; this.exitButton.UseVisualStyleBackColor = true; // // commentTextBox diff -r 61c3d984fb2d -r 6b9c44598a5d Properties/AssemblyVersion.cs --- a/Properties/AssemblyVersion.cs Thu May 19 07:22:06 2011 +0000 +++ b/Properties/AssemblyVersion.cs Thu May 19 07:24:30 2011 +0000 @@ -37,5 +37,5 @@ using System.Reflection; -[assembly: AssemblyVersion("0.3.1.0")] -[assembly: AssemblyInformationalVersion("0.3.1 Beta")] \ No newline at end of file +[assembly: AssemblyVersion("0.3.2.0")] +[assembly: AssemblyInformationalVersion("0.3.2 Beta")] \ No newline at end of file