diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-08-10 19:16:18 +0300 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-08-10 19:16:18 +0300 |
commit | 4b8d41214bb4c3a13050956fcf6f4aaee571e52a (patch) | |
tree | 42128d07b9d9298c2546e44a0ba87f929805c3e8 /indra/newview/llfolderview.h | |
parent | 8db6d855ec552657a6390f93af1f29d96b819bde (diff) |
EXT-8255 FIXED Added confirmation dialog when removing items.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/849/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r-- | indra/newview/llfolderview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h index a7763e8eeb..f5f229a602 100644 --- a/indra/newview/llfolderview.h +++ b/indra/newview/llfolderview.h @@ -293,6 +293,8 @@ protected: BOOL addNoOptions(LLMenuGL* menu) const; + void onItemsRemovalConfirmation(const LLSD& notification, const LLSD& response); + protected: LLHandle<LLView> mPopupMenuHandle; |