From c3735583a299fc46551f94d6375697d5d0c7d5b0 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Sun, 28 Jul 2019 21:16:44 +0200 Subject: [PATCH] gui bugfix --- Mk0.Software.ImageSorter/Main.Designer.cs | 3 +-- Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Mk0.Software.ImageSorter/Main.Designer.cs b/Mk0.Software.ImageSorter/Main.Designer.cs index 692236c..58dd997 100644 --- a/Mk0.Software.ImageSorter/Main.Designer.cs +++ b/Mk0.Software.ImageSorter/Main.Designer.cs @@ -233,7 +233,6 @@ // // buttonJumpBack // - this.buttonJumpBack.Enabled = false; this.buttonJumpBack.Font = new System.Drawing.Font("Wingdings", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2))); this.buttonJumpBack.Location = new System.Drawing.Point(6, 16); this.buttonJumpBack.Name = "buttonJumpBack"; @@ -503,7 +502,7 @@ this.MinimumSize = new System.Drawing.Size(983, 605); this.Name = "Main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Image Sorter v1.32 | © 2015-2019 by manuelkamper.com"; + this.Text = "Image Sorter v1.33 | © 2015-2019 by manuelkamper.com"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); this.Load += new System.EventHandler(this.Main_Load); this.Shown += new System.EventHandler(this.Main_Shown); diff --git a/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs b/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs index 38dd6b7..53b9b58 100644 --- a/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs +++ b/Mk0.Software.ImageSorter/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.32.*")] +[assembly: AssemblyVersion("1.33.*")] //[assembly: AssemblyFileVersion("1.6.0.0")]