Group creation fee fix

This commit is contained in:
Siana Gearz
2011-04-08 14:07:45 +02:00
parent e6b5811e7e
commit 186bd80ba0

View File

@@ -254,7 +254,7 @@ BOOL LLPanelGroupGeneral::postBuild()
LLStringUtil::format_map_t args;
args["[GROUPCREATEFEE]"] = gHippoGridManager->getConnectedGrid()->getGroupCreationFee();
mIncompleteMemberDataStr = getString("incomplete_member_data_str");
mConfirmGroupCreateStr = getString("confirm_group_create_str");
mConfirmGroupCreateStr = getString("confirm_group_create_str", args);
// If the group_id is null, then we are creating a new group
if (mGroupID.isNull())