Skip to content

Commit

Permalink
Fixed small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
greatis committed Oct 10, 2017
1 parent 5d0c829 commit 9de3e32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object frmMain: TfrmMain
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Anti-WebMiner'
ClientHeight = 571
ClientHeight = 591
ClientWidth = 719
Color = clBtnFace
DoubleBuffered = True
Expand All @@ -20,7 +20,7 @@ object frmMain: TfrmMain
TextHeight = 15
object lblCopyright: TLabel
Left = 0
Top = 448
Top = 468
Width = 719
Height = 30
Cursor = crHandPoint
Expand Down Expand Up @@ -148,7 +148,7 @@ object frmMain: TfrmMain
end
object pnlStatus: TPanel
Left = 0
Top = 478
Top = 498
Width = 719
Height = 93
Align = alBottom
Expand Down Expand Up @@ -2446,7 +2446,7 @@ object frmMain: TfrmMain
Caption = 'UnProtect'
end
object constInstallUpdate: TMenuItem
Caption = 'Update Protection'
Caption = 'Update'
end
object constYourcomputerisprotected: TMenuItem
Caption = 'Your computer is protected!'
Expand Down

0 comments on commit 9de3e32

Please sign in to comment.