Changed className TextButtonInstance to TextButton to match naming convention
This commit is contained in:
@@ -39,7 +39,7 @@ TextButtonInstance::TextButtonInstance(void)
|
||||
floatRight = false;
|
||||
floatCenter = false;
|
||||
visible = true;
|
||||
className = "TextButtonInstance";
|
||||
className = "TextButton";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user