aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelland.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-22 14:53:50 -0500
committerJacek Antonelli2008-09-22 14:53:50 -0500
commit5dc552157834cc1284841956d18f640275747feb (patch)
tree976f145ed42ed0b2c4d6fa19c3d313be77be771c /linden/indra/newview/llpanelland.h
parentMerge branch 'build-tools' into next-merge (diff)
parentVWR-8430: Usability improvements to the land tools floater. (diff)
downloadmeta-impy-5dc552157834cc1284841956d18f640275747feb.zip
meta-impy-5dc552157834cc1284841956d18f640275747feb.tar.gz
meta-impy-5dc552157834cc1284841956d18f640275747feb.tar.bz2
meta-impy-5dc552157834cc1284841956d18f640275747feb.tar.xz
Merge branch 'land-tools' into next-merge
Diffstat (limited to 'linden/indra/newview/llpanelland.h')
-rw-r--r--linden/indra/newview/llpanelland.h3
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
54protected: 56protected:
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
61protected: 64protected:
62 //LLTextBox* mTextPriceLabel; 65 //LLTextBox* mTextPriceLabel;