diff options
| author | lempamo <[email protected]> | 2017-07-29 10:40:19 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-29 10:40:19 -0400 |
| commit | 71ccea956dc85e8b293dc8a30fbbf91b2709897f (patch) | |
| tree | 680d6a9607f55396f5b552760ed05a648e1c9021 /TimeHACK.Main | |
| parent | 717f7caf678aeb08bc2d621988b771cc1ebd6070 (diff) | |
| download | histacom2-71ccea956dc85e8b293dc8a30fbbf91b2709897f.tar.gz histacom2-71ccea956dc85e8b293dc8a30fbbf91b2709897f.tar.bz2 histacom2-71ccea956dc85e8b293dc8a30fbbf91b2709897f.zip | |
changed achievements icon
Diffstat (limited to 'TimeHACK.Main')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 3 | ||||
| -rw-r--r-- | TimeHACK.Main/Resources/WinClassic/WinClassicEndingsIcon.png | bin | 0 -> 469 bytes | |||
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 1 | ||||
| -rw-r--r-- | TimeHACK.Main/TitleScreen.Designer.cs | 2 |
5 files changed, 15 insertions, 1 deletions
diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index b266891..78ceb04 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -1114,6 +1114,16 @@ namespace TimeHACK.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap WinClassicEndingsIcon { + get { + object obj = ResourceManager.GetObject("WinClassicEndingsIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap WinClassicEndingsLocked { get { object obj = ResourceManager.GetObject("WinClassicEndingsLocked", resourceCulture); diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index b7d6a68..cc6a173 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -693,4 +693,7 @@ <data name="WinClassicMinesweeper" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\WinClassic\WinClassicMinesweeper.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="WinClassicEndingsIcon" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\WinClassic\WinClassicEndingsIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> </root>
\ No newline at end of file diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicEndingsIcon.png b/TimeHACK.Main/Resources/WinClassic/WinClassicEndingsIcon.png Binary files differnew file mode 100644 index 0000000..c738a0e --- /dev/null +++ b/TimeHACK.Main/Resources/WinClassic/WinClassicEndingsIcon.png diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index b496ec5..aeb1675 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -603,6 +603,7 @@ <Content Include="Resources\WinClassic\WinClassicDocuments.png" /> <None Include="Resources\WinClassic\WinClassicEndings.png" /> <None Include="Resources\WinClassic\WinClassicEndingsLocked.png" /> + <None Include="Resources\WinClassic\WinClassicEndingsIcon.png" /> <Content Include="Resources\WinClassic\WinClassicFind.png" /> <Content Include="Resources\WinClassic\WinClassicFolder.png" /> <None Include="Resources\WinClassic\WinClassicGENERALApplicationToolbarBackground.png" /> diff --git a/TimeHACK.Main/TitleScreen.Designer.cs b/TimeHACK.Main/TitleScreen.Designer.cs index 7cb3e85..e03530a 100644 --- a/TimeHACK.Main/TitleScreen.Designer.cs +++ b/TimeHACK.Main/TitleScreen.Designer.cs @@ -288,7 +288,7 @@ // // achievementsToolStripMenuItem // - this.achievementsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicEndings; + this.achievementsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicEndingsIcon; this.achievementsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.achievementsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.achievementsToolStripMenuItem.Name = "achievementsToolStripMenuItem"; |
