summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgrouproles.cpp
diff options
context:
space:
mode:
authorBaker Linden <baker@lindenlab.com>2014-05-13 17:25:38 -0700
committerBaker Linden <baker@lindenlab.com>2014-05-13 17:25:38 -0700
commitb511829296d50e66d1ebb85a63d702371d403acb (patch)
tree98ba0ccd3e6fe93a4cc3d290f70ac3078f57194f /indra/newview/llpanelgrouproles.cpp
parent4fb9f5089751d8b2055e8623e21bc6b8994c3a19 (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-xindra/newview/llpanelgrouproles.cpp2
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();
}