diff options
author | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
commit | 3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch) | |
tree | 504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llfloatergroupinfo.cpp | |
parent | Second Life viewer sources 1.18.4.3 (diff) | |
download | meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2 meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz |
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatergroupinfo.cpp | 13 |
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 | ||
50 | const char FLOATER_TITLE[] = "Group Information"; | 47 | const char FLOATER_TITLE[] = "Group Information"; |
51 | const LLRect FGI_RECT(0, 530, 420, 0); | 48 | const LLRect FGI_RECT(0, 530, 420, 0); |