Skip to content

Commit

Permalink
Meant Text instead of Name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZestyTS committed Jul 25, 2017
1 parent 05874e1 commit 2f182ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetroManager/DuplicateRemover.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public DuplicateRemover(bool revision=false)
_revision = revision;
if (!revision) return;

Name = "Revision Duplicate Remover";
Text = @"Revision Duplicate Remover";
Size = new Size(Width, Height-53);
lbRegions.Visible = false;
txtRegions.Visible = false;
Expand Down

0 comments on commit 2f182ab

Please sign in to comment.