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

This commit is contained in:
Lirusaito
2013-05-31 21:31:07 -04:00
parent 6b03d2ddae
commit 142e8fff19

View File

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