diff options
author | David Seikel | 2011-06-12 21:18:18 +1000 |
---|---|---|
committer | David Seikel | 2011-06-12 21:18:18 +1000 |
commit | 5c192c92bf02910d93956068017daa2b9e4b80ba (patch) | |
tree | 9c1bbbcfd6443e5b0df08bd212b3bd5027891e74 /linden/indra/newview/llpanelgroupgeneral.h | |
parent | Rejig skins again. (diff) | |
parent | Updated app_settings/default_grids.xml from our online grid list. (diff) | |
download | meta-impy-5c192c92bf02910d93956068017daa2b9e4b80ba.zip meta-impy-5c192c92bf02910d93956068017daa2b9e4b80ba.tar.gz meta-impy-5c192c92bf02910d93956068017daa2b9e4b80ba.tar.bz2 meta-impy-5c192c92bf02910d93956068017daa2b9e4b80ba.tar.xz |
Merge remote-tracking branch 'jacek/next' into next
Conflicts (manualy merged):
linden/indra/newview/app_settings/default_grids.xml
linden/indra/newview/primbackup.cpp
linden/indra/newview/skins/default/xui/en-us/floater_about.xml
linden/indra/newview/skins/default/xui/en-us/notifications.xml
InWorldz specific crap removed.
Diffstat (limited to 'linden/indra/newview/llpanelgroupgeneral.h')
-rw-r--r-- | linden/indra/newview/llpanelgroupgeneral.h | 2 |
1 files changed, 2 insertions, 0 deletions
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: | |||
76 | static void onClickInfo(void* userdata); | 76 | static void onClickInfo(void* userdata); |
77 | static void onReceiveNotices(LLUICtrl* ctrl, void* data); | 77 | static void onReceiveNotices(LLUICtrl* ctrl, void* data); |
78 | static void openProfile(void* data); | 78 | static void openProfile(void* data); |
79 | static void onClickCopyLink(void* userdata); | ||
79 | 80 | ||
80 | static bool joinDlgCB(const LLSD& notification, const LLSD& response); | 81 | static bool joinDlgCB(const LLSD& notification, const LLSD& response); |
81 | 82 | ||
@@ -98,6 +99,7 @@ private: | |||
98 | LLTextEditor *mEditCharter; | 99 | LLTextEditor *mEditCharter; |
99 | LLButton *mBtnJoinGroup; | 100 | LLButton *mBtnJoinGroup; |
100 | LLButton *mBtnInfo; | 101 | LLButton *mBtnInfo; |
102 | LLButton *mBtnCopyLink; | ||
101 | 103 | ||
102 | LLNameListCtrl *mListVisibleMembers; | 104 | LLNameListCtrl *mListVisibleMembers; |
103 | 105 | ||