diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-06-11 20:24:25 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-06-11 20:24:25 +0300 |
commit | a92dbb592b338f48f7b75b68a9da511dc95279f9 (patch) | |
tree | 4ef27c6f41b3a7eb9a310332bd6612845308e946 /indra/newview/llpanelgroupinvite.cpp | |
parent | dc44604484294d49c4821282315d826972481e6c (diff) |
MAINT-4133 FIXED Import llpanelgroupinvite.cpp from viewer_lion to voorhees_groupban.
Diffstat (limited to 'indra/newview/llpanelgroupinvite.cpp')
-rwxr-xr-x | indra/newview/llpanelgroupinvite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroupinvite.cpp b/indra/newview/llpanelgroupinvite.cpp index bb4bfb2f96..236ad861a5 100755 --- a/indra/newview/llpanelgroupinvite.cpp +++ b/indra/newview/llpanelgroupinvite.cpp @@ -655,7 +655,7 @@ BOOL LLPanelGroupInvite::postBuild() } mImplementation->mOKButton = - getChild<LLButton>("ok_button", recurse); + getChild<LLButton>("invite_button", recurse); if ( mImplementation->mOKButton ) { mImplementation->mOKButton->setClickedCallback(impl::callbackClickOK, mImplementation); |