summaryrefslogtreecommitdiff
path: root/windows 95/2002 virus labels.vb
diff options
context:
space:
mode:
authorjakeypearce <[email protected]>2015-03-19 19:39:44 +0000
committerjakeypearce <[email protected]>2015-03-19 19:39:44 +0000
commit5a66fa33aa3ee6cf168bf03a6e106211d39e3d03 (patch)
tree3a2116e06446e7f941f8dfcf0c1b114e4d026534 /windows 95/2002 virus labels.vb
parent01a3011ef2fc1878863cf4e9e9324e23e96b1ad5 (diff)
parentabf7b2348417391c7e1a03fa66f01e46b202885e (diff)
downloadhistacom-Mac_OS_X_Tiger.tar.gz
histacom-Mac_OS_X_Tiger.tar.bz2
histacom-Mac_OS_X_Tiger.zip
Merge branch 'master' of https://github.com/Histacom/HistacomMac_OS_X_Tiger
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