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/Properties | |
| parent | 717f7caf678aeb08bc2d621988b771cc1ebd6070 (diff) | |
| download | histacom2-71ccea956dc85e8b293dc8a30fbbf91b2709897f.tar.gz histacom2-71ccea956dc85e8b293dc8a30fbbf91b2709897f.tar.bz2 histacom2-71ccea956dc85e8b293dc8a30fbbf91b2709897f.zip | |
changed achievements icon
Diffstat (limited to 'TimeHACK.Main/Properties')
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 10 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 3 |
2 files changed, 13 insertions, 0 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 |
