aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/WinXPBad/VirusLabel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Histacom2/OS/WinXPBad/VirusLabel.cs')
-rw-r--r--Histacom2/OS/WinXPBad/VirusLabel.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Histacom2/OS/WinXPBad/VirusLabel.cs b/Histacom2/OS/WinXPBad/VirusLabel.cs
index 7ab3ee1..4ea31b7 100644
--- a/Histacom2/OS/WinXPBad/VirusLabel.cs
+++ b/Histacom2/OS/WinXPBad/VirusLabel.cs
@@ -25,7 +25,9 @@ namespace Histacom2.OS.WinXPBad
{
label1.ForeColor = Color.Black;
light = false;
- } else {
+ }
+ else
+ {
label1.ForeColor = Color.PaleGreen;
light = true;
}