aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/button_array.h
diff options
context:
space:
mode:
authorvolzhs2017-02-08 08:38:36 +0900
committervolzhs2017-02-18 00:20:55 +0900
commit57ed6ef7419b53c5c2f388eef403903fb00049d9 (patch)
treedd8c8a8d5b3a5ab742a62d02bfe0b631ca1875c6 /scene/gui/button_array.h
parent903a3aa5f0e128abb1fb752c10b343b34af8f799 (diff)
downloadgodot-57ed6ef7419b53c5c2f388eef403903fb00049d9.tar.gz
godot-57ed6ef7419b53c5c2f388eef403903fb00049d9.tar.zst
godot-57ed6ef7419b53c5c2f388eef403903fb00049d9.zip
Translate ButtonArray text
Diffstat (limited to 'scene/gui/button_array.h')
-rw-r--r--scene/gui/button_array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/button_array.h b/scene/gui/button_array.h
index 37533695c..4865ef037 100644
--- a/scene/gui/button_array.h
+++ b/scene/gui/button_array.h
@@ -50,6 +50,7 @@ private:
struct Button {
String text;
+ String xl_text;
String tooltip;
Ref<Texture> icon;
mutable int _ms_cache;