1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Should finally fix exe icon and resulting build error.

This commit is contained in:
Leonardo Galli 2017-01-07 09:47:08 +01:00
parent abd4c1a1ad
commit a272127a00

View File

@ -59,7 +59,16 @@ internal Resources() {
resourceCulture = value;
}
}
internal static System.Drawing.Icon NzbDrone
{
get
{
object obj = ResourceManager.GetObject("NzbDrone", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>