diff --git a/Win_1337_Patch/1337.Designer.cs b/Win_1337_Patch/1337.Designer.cs index f94f24b..ba472be 100644 --- a/Win_1337_Patch/1337.Designer.cs +++ b/Win_1337_Patch/1337.Designer.cs @@ -200,7 +200,7 @@ this.MinimumSize = new System.Drawing.Size(448, 122); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Win 1337 Apply Patch File v1.6..."; + this.Text = "Win 1337 Apply Patch File v1.7..."; this.Load += new System.EventHandler(this.DFoX_Load); this.ResumeLayout(false); this.PerformLayout(); diff --git a/Win_1337_Patch/1337.cs b/Win_1337_Patch/1337.cs index 697220a..0590cac 100644 --- a/Win_1337_Patch/1337.cs +++ b/Win_1337_Patch/1337.cs @@ -58,12 +58,18 @@ namespace Win_1337_Patch Properties.Settings.Default["urlexe"] = exe; Properties.Settings.Default.Save(); } + else + { + t1337.Text = "Select .1337 File..."; + f1337 = String.Empty; + } } } catch { - return; + //Nothing; } + return; } private void t1337_DragEnter(object sender, DragEventArgs e) @@ -102,11 +108,17 @@ namespace Win_1337_Patch Properties.Settings.Default["urlexe"] = exe; Properties.Settings.Default.Save(); } + else + { + t1337.Text = "Select .1337 File..."; + f1337 = String.Empty; + } } catch { - return; + //Nothing; } + return; } private void Esci_Click(object sender, EventArgs e) { diff --git a/Win_1337_Patch/Properties/AssemblyInfo.cs b/Win_1337_Patch/Properties/AssemblyInfo.cs index 7afd961..42f429a 100644 --- a/Win_1337_Patch/Properties/AssemblyInfo.cs +++ b/Win_1337_Patch/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build // usando l'asterisco '*' come illustrato di seguito: // [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")]