aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/WinXPBad/VirusLabel.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-29 09:04:22 -0400
committerlempamo <[email protected]>2017-10-29 09:04:22 -0400
commit06bfbc380cdae9ef21b492fe9f59273cab056ccb (patch)
tree4b88f456d4008b8f2092dc904803613e8c29f813 /Histacom2/OS/WinXPBad/VirusLabel.cs
parentd73bed3a5e57dace6215d0dafc52cf16c19db0a9 (diff)
downloadhistacom2-06bfbc380cdae9ef21b492fe9f59273cab056ccb.tar.gz
histacom2-06bfbc380cdae9ef21b492fe9f59273cab056ccb.tar.bz2
histacom2-06bfbc380cdae9ef21b492fe9f59273cab056ccb.zip
some "virus" stuff
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;
}