diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-05 18:57:03 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-11 21:05:46 +0300 |
commit | 63095005578007345d9916ebc6855246cdb08c7c (patch) | |
tree | 90a4031ae2980326ace3abd2c13e2439a230b762 /indra/newview/llpanelgroupcreate.cpp | |
parent | f0fa74fde742b23f7de007140bd6c380550a513f (diff) |
SL-17356 Viewer changes for Premium Plus support
Diffstat (limited to 'indra/newview/llpanelgroupcreate.cpp')
-rw-r--r-- | indra/newview/llpanelgroupcreate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroupcreate.cpp b/indra/newview/llpanelgroupcreate.cpp index 52be75072c..01a4ab0455 100644 --- a/indra/newview/llpanelgroupcreate.cpp +++ b/indra/newview/llpanelgroupcreate.cpp @@ -104,7 +104,7 @@ void LLPanelGroupCreate::onOpen(const LLSD& key) // populate list addMembershipRow("Base"); addMembershipRow("Premium"); - addMembershipRow("Premium Plus"); + addMembershipRow("Premium_Plus"); addMembershipRow("Internal");// Present only if you are already in one, needed for testing S32 cost = LLAgentBenefitsMgr::current().getCreateGroupCost(); |