From 498b63be9986d199480660fffa497ac19e60665a Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sun, 23 Jun 2013 04:25:55 -0400 Subject: [PATCH] Revert "Fix the issue reported by Beware Hax in which the group name text is missing from build floater." This reverts commit 142e8fff1940b2b1a828ee66389c1ee899cf8560. Shyotl fixed this in Moap, which I am about to merge. --- indra/newview/llpanelpermissions.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/newview/llpanelpermissions.cpp b/indra/newview/llpanelpermissions.cpp index 40a79bcef..326fb952d 100644 --- a/indra/newview/llpanelpermissions.cpp +++ b/indra/newview/llpanelpermissions.cpp @@ -149,8 +149,7 @@ BOOL LLPanelPermissions::postBuild() childSetCommitCallback("clickaction",LLPanelPermissions::onCommitClickAction,this); childSetCommitCallback("search_check",LLPanelPermissions::onCommitIncludeInSearch,this); - mLabelGroupName = new LLNameBox("Group Name", getChild("Group Name Proxy")->getRect()); - addChild(mLabelGroupName); + mLabelGroupName = getChild("Group Name Proxy"); if (!gHippoGridManager->getCurrentGrid()->isSecondLife()) LFSimFeatureHandler::instance().setSupportsExportCallback(boost::bind(&LLPanelPermissions::refresh, this));