diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-07-15 11:01:58 +0300 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-07-15 11:01:58 +0300 |
commit | 64378d7baa7a6bba3af0b3333c8ddb1e59d74eef (patch) | |
tree | 143bef898cea13ef5bdf8439e981d9f27ff1c0c8 /indra/newview/skins | |
parent | 6f640f86ca09e16df5db5316f3e953d8c633249a (diff) |
EXT-8351 FIXED Added missing "name" attribute for items in the "Library" list.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/758/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_preview_gesture.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_preview_gesture.xml b/indra/newview/skins/default/xui/en/floater_preview_gesture.xml index 6281bc5272..7be9cfbb71 100644 --- a/indra/newview/skins/default/xui/en/floater_preview_gesture.xml +++ b/indra/newview/skins/default/xui/en/floater_preview_gesture.xml @@ -162,12 +162,16 @@ top_delta="15" width="180"> <scroll_list.rows + name="action_animation" value="Animation" /> <scroll_list.rows + name="action_sound" value="Sound" /> <scroll_list.rows + name="action_chat" value="Chat" /> <scroll_list.rows + name="action_wait" value="Wait" /> </scroll_list> <button |