diff options
Diffstat (limited to 'linden/indra/newview/llfloaterland.h')
-rw-r--r-- | linden/indra/newview/llfloaterland.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterland.h b/linden/indra/newview/llfloaterland.h index 6e54d12..9eb9172 100644 --- a/linden/indra/newview/llfloaterland.h +++ b/linden/indra/newview/llfloaterland.h | |||
@@ -3,6 +3,8 @@ | |||
3 | * @author James Cook | 3 | * @author James Cook |
4 | * @brief "About Land" floater, allowing display and editing of land parcel properties. | 4 | * @brief "About Land" floater, allowing display and editing of land parcel properties. |
5 | * | 5 | * |
6 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | ||
7 | * | ||
6 | * Copyright (c) 2002-2007, Linden Research, Inc. | 8 | * Copyright (c) 2002-2007, Linden Research, Inc. |
7 | * | 9 | * |
8 | * Second Life Viewer Source Code | 10 | * Second Life Viewer Source Code |
@@ -25,6 +27,7 @@ | |||
25 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 27 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
26 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 28 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
27 | * COMPLETENESS OR PERFORMANCE. | 29 | * COMPLETENESS OR PERFORMANCE. |
30 | * $/LicenseInfo$ | ||
28 | */ | 31 | */ |
29 | 32 | ||
30 | #ifndef LL_LLFLOATERLAND_H | 33 | #ifndef LL_LLFLOATERLAND_H |
@@ -110,7 +113,6 @@ protected: | |||
110 | LLPanelLandAccess* mPanelAccess; | 113 | LLPanelLandAccess* mPanelAccess; |
111 | LLPanelLandBan* mPanelBan; | 114 | LLPanelLandBan* mPanelBan; |
112 | LLPanelLandCovenant* mPanelCovenant; | 115 | LLPanelLandCovenant* mPanelCovenant; |
113 | LLPanelLandRenters* mPanelRenters; | ||
114 | 116 | ||
115 | LLHandle<LLParcelSelection> mParcel; | 117 | LLHandle<LLParcelSelection> mParcel; |
116 | 118 | ||
@@ -174,7 +176,7 @@ protected: | |||
174 | LLTextBox* mLabelName; | 176 | LLTextBox* mLabelName; |
175 | LLLineEditor* mEditName; | 177 | LLLineEditor* mEditName; |
176 | LLTextBox* mLabelDesc; | 178 | LLTextBox* mLabelDesc; |
177 | LLLineEditor* mEditDesc; | 179 | LLTextEditor* mEditDesc; |
178 | 180 | ||
179 | LLTextBox* mTextSalePending; | 181 | LLTextBox* mTextSalePending; |
180 | 182 | ||
@@ -321,6 +323,7 @@ public: | |||
321 | static void onClickPublishHelp(void*); | 323 | static void onClickPublishHelp(void*); |
322 | 324 | ||
323 | virtual BOOL postBuild(); | 325 | virtual BOOL postBuild(); |
326 | virtual void draw(); | ||
324 | 327 | ||
325 | protected: | 328 | protected: |
326 | LLCheckBoxCtrl* mCheckEditObjects; | 329 | LLCheckBoxCtrl* mCheckEditObjects; |