From 9cd9fcdfbe1d92320e69270ee73a05e44acb7dd8 Mon Sep 17 00:00:00 2001 From: Melanie Date: Wed, 24 Apr 2013 02:47:07 +0200 Subject: [PATCH] Allow the export check box to show for rezzed objects in opensim - fixes a copypasta error --- indra/newview/llpanelpermissions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpanelpermissions.cpp b/indra/newview/llpanelpermissions.cpp index d01185294..1d4c39294 100644 --- a/indra/newview/llpanelpermissions.cpp +++ b/indra/newview/llpanelpermissions.cpp @@ -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))