diff options
author | Baker Linden <baker@lindenlab.com> | 2014-05-13 17:25:38 -0700 |
---|---|---|
committer | Baker Linden <baker@lindenlab.com> | 2014-05-13 17:25:38 -0700 |
commit | b511829296d50e66d1ebb85a63d702371d403acb (patch) | |
tree | 98ba0ccd3e6fe93a4cc3d290f70ac3078f57194f /indra/newview/llpanelgrouproles.cpp | |
parent | 4fb9f5089751d8b2055e8623e21bc6b8994c3a19 (diff) |
- [MAINT-3710] Changed back the default group tab to use ROLES rather than MEMBERS (did a bad merge, it got overwritten)
Diffstat (limited to 'indra/newview/llpanelgrouproles.cpp')
-rwxr-xr-x | indra/newview/llpanelgrouproles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgrouproles.cpp b/indra/newview/llpanelgrouproles.cpp index 2baad1a5ff..256f12a796 100755 --- a/indra/newview/llpanelgrouproles.cpp +++ b/indra/newview/llpanelgrouproles.cpp @@ -426,7 +426,7 @@ void LLPanelGroupRoles::setGroupID(const LLUUID& id) button->setEnabled(gAgent.hasPowerInGroup(mGroupID, GP_MEMBER_INVITE)); if(mSubTabContainer) - mSubTabContainer->selectTab(0); + mSubTabContainer->selectTab(1); activate(); } |