From c9c40b0482f372b8049a54aad394e7063de1fcfd Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 29 Jan 2012 10:53:10 -0800 Subject: [PATCH 1/2] Make it look for the icon in the correct place, so we don't have multiple copies of it floating around. --- SparkleShare/Windows/SparkleShare.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From ef5a5c04b37f86dbc335b2f49ed97ceb7f9f6fcf Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 29 Jan 2012 11:18:37 -0800 Subject: [PATCH 2/2] Aha! There was no Click() event on buttonNext in Windows/SparkleSetup.Designer.cs ! Now I can make it through the initial setup. --- SparkleShare/Windows/SparkleSetup.Designer.cs | 1 + 1 file changed, 1 insertion(+) 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 //