summaryrefslogtreecommitdiff
path: root/windows 95/2002 virus labels.vb
diff options
context:
space:
mode:
Diffstat (limited to 'windows 95/2002 virus labels.vb')
-rwxr-xr-xwindows 95/2002 virus labels.vb2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows 95/2002 virus labels.vb b/windows 95/2002 virus labels.vb
index 3ea801e..ac8f8b8 100755
--- a/windows 95/2002 virus labels.vb
+++ b/windows 95/2002 virus labels.vb
@@ -1,7 +1,7 @@
Public Class _2002_virus_labels
Dim white As Boolean = True
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
- If white = True Then
+ If white Then
original.ForeColor = Color.Black
white = False
Else