Hide the export check boxes when on SL.

This commit is contained in:
Melanie
2013-04-16 12:35:02 +02:00
parent f960a79118
commit ab29c73ff5
3 changed files with 8 additions and 0 deletions

View File

@@ -772,6 +772,8 @@ void LLPanelPermissions::refresh()
else
{
childSetEnabled("checkbox allow export", false);
if (!gHippoGridManager->getCurrentGrid()->isSecondLife())
childSetVisible("checkbox allow export", false);
}
if (has_change_sale_ability && (owner_mask_on & PERM_TRANSFER))