Revert "Fix the issue reported by Beware Hax in which the group name text is missing from build floater."

This reverts commit 142e8fff19.
Shyotl fixed this in Moap, which I am about to merge.
This commit is contained in:
Lirusaito
2013-06-23 04:25:55 -04:00
parent d4bed6382c
commit 498b63be99

View File

@@ -149,8 +149,7 @@ BOOL LLPanelPermissions::postBuild()
childSetCommitCallback("clickaction",LLPanelPermissions::onCommitClickAction,this);
childSetCommitCallback("search_check",LLPanelPermissions::onCommitIncludeInSearch,this);
mLabelGroupName = new LLNameBox("Group Name", getChild<LLTextBox>("Group Name Proxy")->getRect());
addChild(mLabelGroupName);
mLabelGroupName = getChild<LLNameBox>("Group Name Proxy");
if (!gHippoGridManager->getCurrentGrid()->isSecondLife())
LFSimFeatureHandler::instance().setSupportsExportCallback(boost::bind(&LLPanelPermissions::refresh, this));