diff options
author | Aimee Trescothick | 2008-09-22 02:01:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-22 02:12:59 -0500 |
commit | 997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d (patch) | |
tree | 2b0e069ec0d2d68740f6fcc3100f63e3322bf3f5 /linden/indra/newview/llpanelland.h | |
parent | VWR-2331: Terraform tool variable "strength". (diff) | |
download | meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.zip meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.tar.gz meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.tar.bz2 meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.tar.xz |
VWR-8430: Usability improvements to the land tools floater.
Diffstat (limited to 'linden/indra/newview/llpanelland.h')
-rw-r--r-- | linden/indra/newview/llpanelland.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelland.h b/linden/indra/newview/llpanelland.h index c83bf2c..c44cb9d 100644 --- a/linden/indra/newview/llpanelland.h +++ b/linden/indra/newview/llpanelland.h | |||
@@ -50,6 +50,8 @@ public: | |||
50 | 50 | ||
51 | void refresh(); | 51 | void refresh(); |
52 | static void refreshAll(); | 52 | static void refreshAll(); |
53 | |||
54 | LLCheckBoxCtrl *mCheckShowOwners; | ||
53 | 55 | ||
54 | protected: | 56 | protected: |
55 | static void onClickClaim(void*); | 57 | static void onClickClaim(void*); |
@@ -57,6 +59,7 @@ protected: | |||
57 | static void onClickDivide(void*); | 59 | static void onClickDivide(void*); |
58 | static void onClickJoin(void*); | 60 | static void onClickJoin(void*); |
59 | static void onClickAbout(void*); | 61 | static void onClickAbout(void*); |
62 | static void onShowOwnersHelp(void*); | ||
60 | 63 | ||
61 | protected: | 64 | protected: |
62 | //LLTextBox* mTextPriceLabel; | 65 | //LLTextBox* mTextPriceLabel; |