diff --git a/SparkleShare/Windows/SparkleSetup.Designer.cs b/SparkleShare/Windows/SparkleSetup.Designer.cs index 9d0abb7c..aa2f2f9c 100644 --- a/SparkleShare/Windows/SparkleSetup.Designer.cs +++ b/SparkleShare/Windows/SparkleSetup.Designer.cs @@ -186,6 +186,7 @@ namespace SparkleShare { this.buttonNext.TabIndex = 3; this.buttonNext.Text = "Next"; this.buttonNext.UseVisualStyleBackColor = true; + this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click); // // NameEntry // diff --git a/SparkleShare/Windows/SparkleShare.csproj b/SparkleShare/Windows/SparkleShare.csproj index 8f87b853..8b8a9434 100644 --- a/SparkleShare/Windows/SparkleShare.csproj +++ b/SparkleShare/Windows/SparkleShare.csproj @@ -30,7 +30,7 @@ 1.0.0.%2a false true - sparkleshare.ico + ..\..\data\icons\sparkleshare.ico true @@ -409,6 +409,6 @@ - + \ No newline at end of file