From f97f281c4f7d1407d2518067ff73c77fa975132c Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 8 Jun 2011 08:08:14 -0700 Subject: Added copy group link button to create clickable links to groups in the viewer (cherry picked from commit 18464593de52a31fa098f5ee5e543d9a44f1889e) --- linden/indra/newview/llpanelgroupgeneral.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden/indra/newview/llpanelgroupgeneral.h') diff --git a/linden/indra/newview/llpanelgroupgeneral.h b/linden/indra/newview/llpanelgroupgeneral.h index c4572e2..9e39125 100644 --- a/linden/indra/newview/llpanelgroupgeneral.h +++ b/linden/indra/newview/llpanelgroupgeneral.h @@ -76,6 +76,7 @@ private: static void onClickInfo(void* userdata); static void onReceiveNotices(LLUICtrl* ctrl, void* data); static void openProfile(void* data); + static void onClickCopyLink(void* userdata); static bool joinDlgCB(const LLSD& notification, const LLSD& response); @@ -98,6 +99,7 @@ private: LLTextEditor *mEditCharter; LLButton *mBtnJoinGroup; LLButton *mBtnInfo; + LLButton *mBtnCopyLink; LLNameListCtrl *mListVisibleMembers; -- cgit v1.1