Translate ButtonArray text

This commit is contained in:
volzhs 2017-02-08 08:38:36 +09:00
parent 34b6caa433
commit e0f00a549c
2 changed files with 10 additions and 5 deletions

View file

@ -50,6 +50,7 @@ private:
struct Button {
String text;
String xl_text;
String tooltip;
Ref<Texture> icon;
mutable int _ms_cache;