Swap icons of PerformanceOverlay and PowerControl

This commit is contained in:
Kamil Trzciński 2022-11-16 22:02:57 +01:00
parent c223a11d57
commit e4914dbffb
15 changed files with 28 additions and 26 deletions

View file

@ -63,9 +63,9 @@ namespace PowerControl {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon poll {
internal static System.Drawing.Icon traffic_light_outline {
get {
object obj = ResourceManager.GetObject("poll", resourceCulture);
object obj = ResourceManager.GetObject("traffic_light_outline", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
@ -73,9 +73,9 @@ namespace PowerControl {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon poll_red {
internal static System.Drawing.Icon traffic_light_outline_red {
get {
object obj = ResourceManager.GetObject("poll_red", resourceCulture);
object obj = ResourceManager.GetObject("traffic_light_outline_red", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}