Allow the export check box to show for rezzed objects in opensim - fixes a copypasta error

This commit is contained in:
Melanie
2013-04-24 02:47:07 +02:00
parent 1f58d1250f
commit 9cd9fcdfbe

View File

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