From 4870da2bcebb911ccdb89ae5a34351464fac3c4f Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 25 Jun 2012 00:11:52 +0100 Subject: [PATCH] windows: add the app icon to every window --- SparkleShare/Windows/SparkleAbout.cs | 1 + SparkleShare/Windows/SparkleSetupWindow.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/SparkleShare/Windows/SparkleAbout.cs b/SparkleShare/Windows/SparkleAbout.cs index bcbaf9a1..b45e01af 100644 --- a/SparkleShare/Windows/SparkleAbout.cs +++ b/SparkleShare/Windows/SparkleAbout.cs @@ -45,6 +45,7 @@ namespace SparkleShare { ResizeMode = ResizeMode.NoResize; Height = 288; Width = 640; + Icon = SparkleUIHelpers.GetImageSource("sparkleshare-app", "ico"); WindowStartupLocation = WindowStartupLocation.CenterScreen; diff --git a/SparkleShare/Windows/SparkleSetupWindow.cs b/SparkleShare/Windows/SparkleSetupWindow.cs index db4db121..809fdca4 100644 --- a/SparkleShare/Windows/SparkleSetupWindow.cs +++ b/SparkleShare/Windows/SparkleSetupWindow.cs @@ -47,6 +47,7 @@ namespace SparkleShare { Height = 440; ResizeMode = ResizeMode.NoResize; Background = new SolidColorBrush (Colors.WhiteSmoke); + Icon = SparkleUIHelpers.GetImageSource("sparkleshare-app", "ico"); TaskbarItemInfo = new TaskbarItemInfo () { Description = "SparkleShare"