aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatergroups.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-06-05 11:23:13 -0700
committerJacek Antonelli2010-06-19 02:43:31 -0500
commitf96a6b0675c218b3671085e5c228eb52a1718906 (patch)
tree3e4b271c15c7bfce830fc2a5cb9b99aa315a233c /linden/indra/newview/llfloatergroups.h
parentUpdated llcharacter with some bits from Emerald and SnowGlobe (diff)
downloadmeta-impy-f96a6b0675c218b3671085e5c228eb52a1718906.zip
meta-impy-f96a6b0675c218b3671085e5c228eb52a1718906.tar.gz
meta-impy-f96a6b0675c218b3671085e5c228eb52a1718906.tar.bz2
meta-impy-f96a6b0675c218b3671085e5c228eb52a1718906.tar.xz
Ported group titles window from the Cool Viewer and placed it in the groups list
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloatergroups.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatergroups.h b/linden/indra/newview/llfloatergroups.h
index e3c3e26..c0d06e7 100644
--- a/linden/indra/newview/llfloatergroups.h
+++ b/linden/indra/newview/llfloatergroups.h
@@ -112,6 +112,7 @@ protected:
112 static void onBtnSearch(void* userdata); 112 static void onBtnSearch(void* userdata);
113 static void onBtnVote(void* userdata); 113 static void onBtnVote(void* userdata);
114 static void onBtnInvite(void* userdata); 114 static void onBtnInvite(void* userdata);
115 static void onBtnTitles(void* userdata);
115 static void onDoubleClickGroup(void* userdata); 116 static void onDoubleClickGroup(void* userdata);
116 117
117 void create(); 118 void create();
@@ -122,6 +123,7 @@ protected:
122 void search(); 123 void search();
123 void callVote(); 124 void callVote();
124 void invite(); 125 void invite();
126 void titles();
125 127
126 static bool callbackLeaveGroup(const LLSD& notification, const LLSD& response); 128 static bool callbackLeaveGroup(const LLSD& notification, const LLSD& response);
127 129