aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertools.h
diff options
context:
space:
mode:
authorGigs Taggart2008-09-19 20:59:32 -0500
committerJacek Antonelli2008-09-19 20:59:32 -0500
commitbbe49803b67fe660702e638208b2b4c9a79036a3 (patch)
tree40cdd4835714bc3cebd46dec2182b8c524d8acb6 /linden/indra/newview/llfloatertools.h
parentNew optional SConstruct flag to specify an exact path to build (diff)
downloadmeta-impy-bbe49803b67fe660702e638208b2b4c9a79036a3.zip
meta-impy-bbe49803b67fe660702e638208b2b4c9a79036a3.tar.gz
meta-impy-bbe49803b67fe660702e638208b2b4c9a79036a3.tar.bz2
meta-impy-bbe49803b67fe660702e638208b2b4c9a79036a3.tar.xz
VWR-2331: Terraform tool variable "strength".
Contributing authors: Gigs Taggart, Aimee Trescothick, Which Linden.
Diffstat (limited to 'linden/indra/newview/llfloatertools.h')
-rw-r--r--linden/indra/newview/llfloatertools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatertools.h b/linden/indra/newview/llfloatertools.h
index b0a804b..a75aa87 100644
--- a/linden/indra/newview/llfloatertools.h
+++ b/linden/indra/newview/llfloatertools.h
@@ -48,6 +48,7 @@ class LLPanelContents;
48class LLPanelFace; 48class LLPanelFace;
49class LLPanelLandInfo; 49class LLPanelLandInfo;
50class LLComboBox; 50class LLComboBox;
51class LLSlider;
51class LLParcelSelection; 52class LLParcelSelection;
52class LLObjectSelection; 53class LLObjectSelection;
53 54
@@ -167,6 +168,7 @@ public:
167 LLCheckBoxCtrl *mRadioDozerSmooth; 168 LLCheckBoxCtrl *mRadioDozerSmooth;
168 LLCheckBoxCtrl *mRadioDozerNoise; 169 LLCheckBoxCtrl *mRadioDozerNoise;
169 LLCheckBoxCtrl *mRadioDozerRevert; 170 LLCheckBoxCtrl *mRadioDozerRevert;
171 LLSlider *mSliderDozerForce;
170 172
171 LLComboBox *mComboDozerSize; 173 LLComboBox *mComboDozerSize;
172 LLButton *mBtnApplyToSelection; 174 LLButton *mBtnApplyToSelection;