Add Unknown Box Sprite for missing data

This commit is contained in:
Kurt 2014-08-14 21:27:26 -07:00
parent f193c280ce
commit 4fe31ac84b
2 changed files with 16 additions and 7 deletions

View file

@ -6963,7 +6963,11 @@ namespace PKHeX.Properties {
}
/// <summary>
/// Looks up a localized string similar to 02/09/14:
/// Looks up a localized string similar to PKHeX - By Kaphotics
///http://projectpokemon.org/
///http://projectpokemon.org/forums/showthread.php?36986
///
///02/09/14:
/// - Initial Version
///
///02/15/14:
@ -6979,12 +6983,7 @@ namespace PKHeX.Properties {
/// - Added in Lati@site and Drag &amp; Drop support.
///
///02/22/14:
/// - Updated for future-proofing; saving as encrypted fixed.
///
///02/24/14:
/// - Changed: Ribbons, formats, and small ease of use fixes.
///
///02/27/14 [rest of string was truncated]&quot;;.
/// - Updated for future-proofing; savin [rest of string was truncated]&quot;;.
/// </summary>
internal static string changelog {
get {
@ -21152,6 +21151,13 @@ namespace PKHeX.Properties {
}
}
internal static System.Drawing.Bitmap unknown {
get {
object obj = ResourceManager.GetObject("unknown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap wishing {
get {
object obj = ResourceManager.GetObject("wishing", resourceCulture);

View file

@ -4990,4 +4990,7 @@
<data name="text_Wallpaper_ko" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\ko\text_Wallpaper_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="unknown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\img\Pokemon Sprites\unknown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>