about box tweak
This commit is contained in:
parent
09d515682b
commit
1fa16cfaeb
|
@ -164,7 +164,11 @@ namespace BizHawk.Client.EmuHawk
|
|||
#else
|
||||
Text = "BizHawk Interim Build (RELEASE MODE) SVN r" + SubWCRev.SVN_REV;
|
||||
#endif
|
||||
}
|
||||
if (DateTime.Now > DateTime.Parse("12/17/2013") && DateTime.Now <= DateTime.Parse("12/25/2013"))
|
||||
{
|
||||
pictureBox1.Image = Properties.Resources.alt_about_image;
|
||||
}
|
||||
}
|
||||
|
||||
private void Close_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
|
@ -1277,6 +1277,7 @@
|
|||
<Content Include="config\ControllerImages\N64.png" />
|
||||
<Content Include="config\ControllerImages\SaturnController.jpg" />
|
||||
<None Include="images\addWatch.ico" />
|
||||
<None Include="images\alt_about_image.gif" />
|
||||
<Content Include="images\logo.ico" />
|
||||
<None Include="images\Paste.png" />
|
||||
<None Include="images\reboot.png" />
|
||||
|
|
|
@ -80,6 +80,16 @@ namespace BizHawk.Client.EmuHawk.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap alt_about_image {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("alt_about_image", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
@ -879,4 +879,7 @@
|
|||
<data name="watch" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\watch.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="alt_about_image" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\alt_about_image.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
Binary file not shown.
After Width: | Height: | Size: 991 KiB |
Loading…
Reference in New Issue