aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TimeHACK.Main/Properties/Resources.Designer.cs10
-rw-r--r--TimeHACK.Main/Properties/Resources.resx3
-rw-r--r--TimeHACK.Main/Resources/WinClassic/WinClassicEndingsIcon.pngbin0 -> 469 bytes
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj1
-rw-r--r--TimeHACK.Main/TitleScreen.Designer.cs2
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
new file mode 100644
index 0000000..c738a0e
--- /dev/null
+++ b/TimeHACK.Main/Resources/WinClassic/WinClassicEndingsIcon.png
Binary files differ
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";