aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertools.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatertools.h')
-rw-r--r--linden/indra/newview/llfloatertools.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatertools.h b/linden/indra/newview/llfloatertools.h
index 9d555d1..360b1df 100644
--- a/linden/indra/newview/llfloatertools.h
+++ b/linden/indra/newview/llfloatertools.h
@@ -153,6 +153,7 @@ public:
153 LLButton *mBtnDuplicateInPlace; 153 LLButton *mBtnDuplicateInPlace;
154 154
155 // Create buttons 155 // Create buttons
156 LLComboBox *mComboTreesGrass;
156 LLCheckBoxCtrl *mCheckSticky; 157 LLCheckBoxCtrl *mCheckSticky;
157 LLCheckBoxCtrl *mCheckCopySelection; 158 LLCheckBoxCtrl *mCheckCopySelection;
158 LLCheckBoxCtrl *mCheckCopyCenters; 159 LLCheckBoxCtrl *mCheckCopyCenters;
@@ -194,6 +195,9 @@ private:
194 S32 mLargeHeight; 195 S32 mLargeHeight;
195 196
196 std::map<std::string, std::string> mStatusText; 197 std::map<std::string, std::string> mStatusText;
198
199 void updateTreeGrassCombo(bool visible);
200 static void onSelectTreesGrass(LLUICtrl*, void*);
197}; 201};
198 202
199extern LLFloaterTools *gFloaterTools; 203extern LLFloaterTools *gFloaterTools;