diff --git a/Ninjacrab.PersistentWindows.Solution/SystrayShell/Program.cs b/Ninjacrab.PersistentWindows.Solution/SystrayShell/Program.cs index 683ee2b..40b5c87 100644 --- a/Ninjacrab.PersistentWindows.Solution/SystrayShell/Program.cs +++ b/Ninjacrab.PersistentWindows.Solution/SystrayShell/Program.cs @@ -242,9 +242,9 @@ namespace PersistentWindows.SystrayShell AppdataFolder = appDataFolder; // default icons - IdleIcon = legacy_icon ? Properties.Resources.pwIconLegacy : Properties.Resources.pwIcon; + IdleIcon = legacy_icon ? Properties.Resources.pwIcon2 : Properties.Resources.pwIcon; var iconHandle = Properties.Resources.pwIconBusy.GetHicon(); - BusyIcon = legacy_icon ? Properties.Resources.pwIconBusyLegacy : System.Drawing.Icon.FromHandle(iconHandle); + BusyIcon = legacy_icon ? Properties.Resources.pwIconBusy2 : System.Drawing.Icon.FromHandle(iconHandle); iconHandle = Properties.Resources.pwIconUpdate.GetHicon(); UpdateIcon = System.Drawing.Icon.FromHandle(iconHandle); diff --git a/Ninjacrab.PersistentWindows.Solution/SystrayShell/Properties/Resources.Designer.cs b/Ninjacrab.PersistentWindows.Solution/SystrayShell/Properties/Resources.Designer.cs index 84e281b..d18b9b6 100644 --- a/Ninjacrab.PersistentWindows.Solution/SystrayShell/Properties/Resources.Designer.cs +++ b/Ninjacrab.PersistentWindows.Solution/SystrayShell/Properties/Resources.Designer.cs @@ -70,13 +70,16 @@ namespace PersistentWindows.SystrayShell.Properties { } } - internal static System.Drawing.Icon pwIconLegacy { + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon pwIcon2 { get { object obj = ResourceManager.GetObject("pwIcon2", resourceCulture); return ((System.Drawing.Icon)(obj)); } } - + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -86,7 +89,11 @@ namespace PersistentWindows.SystrayShell.Properties { return ((System.Drawing.Bitmap)(obj)); } } - internal static System.Drawing.Icon pwIconBusyLegacy { + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon pwIconBusy2 { get { object obj = ResourceManager.GetObject("pwIconBusy2", resourceCulture); return ((System.Drawing.Icon)(obj)); diff --git a/Ninjacrab.PersistentWindows.Solution/SystrayShell/Properties/Resources.resx b/Ninjacrab.PersistentWindows.Solution/SystrayShell/Properties/Resources.resx index 854b34f..28122dd 100644 --- a/Ninjacrab.PersistentWindows.Solution/SystrayShell/Properties/Resources.resx +++ b/Ninjacrab.PersistentWindows.Solution/SystrayShell/Properties/Resources.resx @@ -121,9 +121,15 @@ ..\Resources\pwIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\pwIcon2.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\pwIconBusy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\pwIconBusy2.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\pwIconUpdate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/Ninjacrab.PersistentWindows.Solution/SystrayShell/SystrayShell.csproj b/Ninjacrab.PersistentWindows.Solution/SystrayShell/SystrayShell.csproj index ac4ca25..ccd497c 100644 --- a/Ninjacrab.PersistentWindows.Solution/SystrayShell/SystrayShell.csproj +++ b/Ninjacrab.PersistentWindows.Solution/SystrayShell/SystrayShell.csproj @@ -129,6 +129,12 @@ + + + + + + copy $(SolutionDir)*.bat $(TargetDir)