From 735ae02583558544a4a3b65f72cdf52fe7d27677 Mon Sep 17 00:00:00 2001 From: pavelkproductengine Date: Tue, 30 May 2017 20:35:05 +0300 Subject: MAINT-7356 Feature - Force item delete warning to prompt once per session --- indra/newview/llinventoryfunctions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llinventoryfunctions.h') diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 649db4032d..d454d7e00b 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -460,6 +460,8 @@ struct LLInventoryAction static void onItemsRemovalConfirmation(const LLSD& notification, const LLSD& response, LLHandle root); static void removeItemFromDND(LLFolderView* root); + static const int sConfirmOnDeleteItemsNumber; + private: static void buildMarketplaceFolders(LLFolderView* root); static void updateMarketplaceFolders(); -- cgit v1.2.3