diff --git a/Mk0.Software.Bildduplikate/Main.Designer.cs b/Mk0.Software.Bildduplikate/Main.Designer.cs
index aff590e..31bdb31 100644
--- a/Mk0.Software.Bildduplikate/Main.Designer.cs
+++ b/Mk0.Software.Bildduplikate/Main.Designer.cs
@@ -260,7 +260,7 @@ namespace Mk0.Software.Bildduplikate
this.MinimumSize = new System.Drawing.Size(1000, 590);
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Bildduplikate v1.6 by kmpr.at";
+ this.Text = "Bildduplikate v1.7 by kmpr.at";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
this.Shown += new System.EventHandler(this.Main_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
diff --git a/Mk0.Software.Bildduplikate/Main.cs b/Mk0.Software.Bildduplikate/Main.cs
index f8fafed..ec77cd4 100644
--- a/Mk0.Software.Bildduplikate/Main.cs
+++ b/Mk0.Software.Bildduplikate/Main.cs
@@ -571,7 +571,8 @@ namespace Mk0.Software.Bildduplikate
}
else
{
- MessageBox.Show("Ooops...", "Keines der beiden Bilder konnte als besser oder schlechter erkannt werden, bitte wählen sie selbst!", MessageBoxButtons.OK, MessageBoxIcon.Information);
+ ButtonDel2_Click(null, null);
+ //MessageBox.Show("Keines der beiden Bilder konnte als besser oder schlechter erkannt werden, bitte wählen sie selbst!", "Ooops...", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
diff --git a/Mk0.Software.Bildduplikate/Mk0.Software.Bildduplikate.csproj b/Mk0.Software.Bildduplikate/Mk0.Software.Bildduplikate.csproj
index 04ef21d..de48d46 100644
--- a/Mk0.Software.Bildduplikate/Mk0.Software.Bildduplikate.csproj
+++ b/Mk0.Software.Bildduplikate/Mk0.Software.Bildduplikate.csproj
@@ -24,7 +24,7 @@
false
true
0
- 1.6.0.0
+ 1.7.0.0
false
true
true
diff --git a/Mk0.Software.Bildduplikate/Properties/AssemblyInfo.cs b/Mk0.Software.Bildduplikate/Properties/AssemblyInfo.cs
index 47d8a71..2257ba1 100644
--- a/Mk0.Software.Bildduplikate/Properties/AssemblyInfo.cs
+++ b/Mk0.Software.Bildduplikate/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.6.0.0")]
-[assembly: AssemblyFileVersion("1.6.0.0")]
+[assembly: AssemblyVersion("1.7.0.0")]
+[assembly: AssemblyFileVersion("1.7.0.0")]