diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-02-26 20:15:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-26 20:15:33 +0100 |
commit | caa74b70e7750b2861b6a89257d289852a537dfb (patch) | |
tree | 3ef757b87229875dca6a627bc5f94b57795d4358 /scene/gui/button_array.h | |
parent | 9c2542cf261b0c9fd8a1e36b2e565e36e5981956 (diff) | |
parent | 57ed6ef7419b53c5c2f388eef403903fb00049d9 (diff) |
Merge pull request #7831 from volzhs/tr-buttonarray-3
Translate ButtonArray text
Diffstat (limited to 'scene/gui/button_array.h')
-rw-r--r-- | scene/gui/button_array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/button_array.h b/scene/gui/button_array.h index 37533695c9..4865ef0373 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; |