diff options
author | McCabe Maxsted | 2009-06-10 10:53:54 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-10 10:53:54 -0700 |
commit | 074acc412548c29729f1782f2803e426507d7115 (patch) | |
tree | ad797d7113df1a77d3604248dab044a8abcad037 /linden/indra/newview/llfloatertools.h | |
parent | Fixed Communicate window not toggling from menu (diff) | |
download | meta-impy-074acc412548c29729f1782f2803e426507d7115.zip meta-impy-074acc412548c29729f1782f2803e426507d7115.tar.gz meta-impy-074acc412548c29729f1782f2803e426507d7115.tar.bz2 meta-impy-074acc412548c29729f1782f2803e426507d7115.tar.xz |
Applied MJM's tree and grass pulldown list from the Hippo Viewer
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatertools.h | 4 |
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 | ||
199 | extern LLFloaterTools *gFloaterTools; | 203 | extern LLFloaterTools *gFloaterTools; |