diff options
author | McCabe Maxsted | 2010-05-27 15:02:00 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:24 -0500 |
commit | e9b8094279faddf157130d99ce5307b02371243b (patch) | |
tree | ea340615a3a7d89cfbbb72b09c6f1548afefa99a | |
parent | Changed the default tooltip delay from 0.69 to 1.69 (diff) | |
download | meta-impy-e9b8094279faddf157130d99ce5307b02371243b.zip meta-impy-e9b8094279faddf157130d99ce5307b02371243b.tar.gz meta-impy-e9b8094279faddf157130d99ce5307b02371243b.tar.bz2 meta-impy-e9b8094279faddf157130d99ce5307b02371243b.tar.xz |
Fixed group creation alert showing the price as GROUPCREATEFEE
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelgroupgeneral.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgroupgeneral.cpp b/linden/indra/newview/llpanelgroupgeneral.cpp index 8553291..8006981 100644 --- a/linden/indra/newview/llpanelgroupgeneral.cpp +++ b/linden/indra/newview/llpanelgroupgeneral.cpp | |||
@@ -242,7 +242,6 @@ BOOL LLPanelGroupGeneral::postBuild() | |||
242 | args["[GROUPCREATEFEE]"] = gHippoGridManager->getConnectedGrid()->getGroupCreationFee(); | 242 | args["[GROUPCREATEFEE]"] = gHippoGridManager->getConnectedGrid()->getGroupCreationFee(); |
243 | mConfirmGroupCreateStr = getString("confirm_group_create_str", args); | 243 | mConfirmGroupCreateStr = getString("confirm_group_create_str", args); |
244 | mIncompleteMemberDataStr = getString("incomplete_member_data_str"); | 244 | mIncompleteMemberDataStr = getString("incomplete_member_data_str"); |
245 | mConfirmGroupCreateStr = getString("confirm_group_create_str"); | ||
246 | 245 | ||
247 | // If the group_id is null, then we are creating a new group | 246 | // If the group_id is null, then we are creating a new group |
248 | if (mGroupID.isNull()) | 247 | if (mGroupID.isNull()) |