diff --git a/SparkleLib/windows/SparkleLib.Git.csproj b/SparkleLib/windows/SparkleLib.Git.csproj index d0d080c4..0d91bf63 100644 --- a/SparkleLib/windows/SparkleLib.Git.csproj +++ b/SparkleLib/windows/SparkleLib.Git.csproj @@ -1,4 +1,4 @@ - + Debug @@ -73,7 +73,7 @@ - + diff --git a/SparkleShare/Windows/SparkleAbout.cs b/SparkleShare/Windows/SparkleAbout.cs index 3c2ea9a1..9376bf37 100644 --- a/SparkleShare/Windows/SparkleAbout.cs +++ b/SparkleShare/Windows/SparkleAbout.cs @@ -22,11 +22,12 @@ using System.Drawing; using System.IO; using System.Linq; using System.Net; -using System.Windows.Forms; +using System.Windows; +using System.Windows.Controls; namespace SparkleShare { - public class SparkleAbout : Form { + public class SparkleAbout : Window { public SparkleAboutController Controller = new SparkleAboutController (); @@ -74,6 +75,7 @@ namespace SparkleShare { Controller.ShowWindowEvent += delegate { Invoke ((Action) delegate { Show (); + Activate (); }); }; diff --git a/SparkleShare/Windows/SparkleShare.csproj b/SparkleShare/Windows/SparkleShare.csproj index c7333b65..745233e1 100644 --- a/SparkleShare/Windows/SparkleShare.csproj +++ b/SparkleShare/Windows/SparkleShare.csproj @@ -115,16 +115,12 @@ True Resources.resx - - Form - - - SparkleAbout.cs - + + Form @@ -217,10 +213,6 @@ Resources.Designer.cs Designer - - SparkleAbout.cs - Designer - SparkleEventLog.cs Designer @@ -403,4 +395,4 @@ - \ No newline at end of file +