Changed className TextButtonInstance to TextButton to match naming convention

This commit is contained in:
andreja6
2018-04-19 17:19:02 -07:00
parent 3e4c128347
commit 067a744cda
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ TextButtonInstance::TextButtonInstance(void)
floatRight = false;
floatCenter = false;
visible = true;
className = "TextButtonInstance";
className = "TextButton";
}