diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-07-01 18:33:23 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-07-01 18:33:23 +0300 |
commit | 6b40206279acb608166ae24852b83b1127310800 (patch) | |
tree | d74a8c866d8599a7bc5715c29d5ef08957bbc14f /indra/newview/lltooldraganddrop.h | |
parent | 614a0ab6bd899abe06f5b9f25ac36f44966702f0 (diff) |
MAINT-4086 FIXED Limit the number items "Replace Current Outfit" or "Wear" applies to
Diffstat (limited to 'indra/newview/lltooldraganddrop.h')
-rwxr-xr-x | indra/newview/lltooldraganddrop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltooldraganddrop.h b/indra/newview/lltooldraganddrop.h index 99b794ce58..de501ea32a 100755 --- a/indra/newview/lltooldraganddrop.h +++ b/indra/newview/lltooldraganddrop.h @@ -149,6 +149,7 @@ protected: BOOL mDrop; S32 mCurItemIndex; std::string mToolTipMsg; + std::string mCustomMsg; enddrag_signal_t mEndDragSignal; |