aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatergroupinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloatergroupinfo.cpp13
1 files changed, 5 insertions, 8 deletions
diff --git a/linden/indra/newview/llfloatergroupinfo.cpp b/linden/indra/newview/llfloatergroupinfo.cpp
index 3ddf968..eb3b692 100644
--- a/linden/indra/newview/llfloatergroupinfo.cpp
+++ b/linden/indra/newview/llfloatergroupinfo.cpp
@@ -1,6 +1,8 @@
1/** 1/**
2 * @file llfloatergroupinfo.cpp 2 * @file llfloatergroupinfo.cpp
3 * @brief LLFloaterGroupInfo class implementation 3 * @brief LLFloaterGroupInfo class implementation
4 * Floater used both for display of group information and for
5 * creating new groups.
4 * 6 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$ 7 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 * 8 *
@@ -29,23 +31,18 @@
29 * $/LicenseInfo$ 31 * $/LicenseInfo$
30 */ 32 */
31 33
32/**
33 * Floater used both for display of group information and for
34 * creating new groups.
35 *
36 * Help, I'm trapped in a software factory!
37 */
38
39#include "llviewerprecompiledheaders.h" 34#include "llviewerprecompiledheaders.h"
40 35
41#include "llfloatergroupinfo.h" 36#include "llfloatergroupinfo.h"
42 37
43#include "llagent.h" 38#include "llagent.h"
44#include "llcachename.h" 39#include "llcommandhandler.h"
45#include "llcommandhandler.h" 40#include "llcommandhandler.h"
46#include "llpanelgroup.h" 41#include "llpanelgroup.h"
47#include "llviewermessage.h" // for inventory_offer_callback 42#include "llviewermessage.h" // for inventory_offer_callback
43//#include "llviewerwindow.h"
48 44
45#include "llcachename.h"
49 46
50const char FLOATER_TITLE[] = "Group Information"; 47const char FLOATER_TITLE[] = "Group Information";
51const LLRect FGI_RECT(0, 530, 420, 0); 48const LLRect FGI_RECT(0, 530, 420, 0);