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/llurldispatcher.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden/indra/newview/llurldispatcher.h') diff --git a/linden/indra/newview/llurldispatcher.h b/linden/indra/newview/llurldispatcher.h index c947e5e..cfdc2db 100644 --- a/linden/indra/newview/llurldispatcher.h +++ b/linden/indra/newview/llurldispatcher.h @@ -66,6 +66,8 @@ public: static std::string buildSLURL(const std::string& regionname, S32 x, S32 y, S32 z); // builds: http://slurl.com/secondlife/RegionName/x/y/z/ + + static std::string createGroupJoinLink(const LLUUID& group_id); }; #endif -- cgit v1.1