diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-08-02 18:37:14 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-08-02 18:37:14 +0300 |
commit | f8a17690bcb2dc52a22e0a176e03fe3711d980da (patch) | |
tree | 3b3cdc28a63cf71e9931e090ecb46c18da82c67f /indra/newview/llfloatergesture.cpp | |
parent | cfacd12d136a570e8fe353faa7e7818c6ff24b5e (diff) |
STORM-1291 FOLLOWUP Localized common (unisex) gestures.
Diffstat (limited to 'indra/newview/llfloatergesture.cpp')
-rw-r--r-- | indra/newview/llfloatergesture.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatergesture.cpp b/indra/newview/llfloatergesture.cpp index ef3c8b764e..d495f20a9a 100644 --- a/indra/newview/llfloatergesture.cpp +++ b/indra/newview/llfloatergesture.cpp @@ -365,6 +365,8 @@ void LLFloaterGesture::addGesture(const LLUUID& item_id , LLMultiGesture* gestur element["columns"][3]["font"]["style"] = font_style; } + LL_DEBUGS("Gesture") << "Added gesture [" << item_name << "]" << LL_ENDL; + LLScrollListItem* sl_item = list->addElement(element, ADD_BOTTOM); if(sl_item) { |