Add a friendly name to textboxes for the prop mgr
This commit is contained in:
parent
d32b55f504
commit
6e45be8708
|
@ -62,6 +62,8 @@ public:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wxString GetFriendlyName() const override { return _( "Text Box" ); }
|
||||||
|
|
||||||
VECTOR2I GetTopLeft() const override;
|
VECTOR2I GetTopLeft() const override;
|
||||||
VECTOR2I GetBotRight() const override;
|
VECTOR2I GetBotRight() const override;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue