MAINT-7413 Display confirmation dialog after clicking Empty Trash on Trash floater

master
Mnikolenko Productengine 2017-05-15 15:17:33 +03:00
parent 8e6d54e7b9
commit 23af757686
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ bool LLFloaterPreviewTrash::isVisible()
void LLFloaterPreviewTrash::onClickEmpty()
{
gInventory.emptyFolderType("", LLFolderType::FT_TRASH);
gInventory.emptyFolderType("PurgeSelectedItems", LLFolderType::FT_TRASH);
closeFloater();
}