diff options
| -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);  | 
