diff options
Diffstat (limited to 'linden/indra/newview/llfloaterwater.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterwater.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterwater.cpp b/linden/indra/newview/llfloaterwater.cpp index c4b6d0d..782c56e 100644 --- a/linden/indra/newview/llfloaterwater.cpp +++ b/linden/indra/newview/llfloaterwater.cpp | |||
@@ -64,6 +64,8 @@ | |||
64 | #include "llwaterparammanager.h" | 64 | #include "llwaterparammanager.h" |
65 | #include "llpostprocess.h" | 65 | #include "llpostprocess.h" |
66 | 66 | ||
67 | #include "wlfloaterwindlightsend.h" | ||
68 | |||
67 | #undef max | 69 | #undef max |
68 | 70 | ||
69 | LLFloaterWater* LLFloaterWater::sWaterMenu = NULL; | 71 | LLFloaterWater* LLFloaterWater::sWaterMenu = NULL; |
@@ -680,6 +682,12 @@ void LLFloaterWater::onSavePreset(LLUICtrl* ctrl, void* userData) | |||
680 | 682 | ||
681 | } | 683 | } |
682 | } | 684 | } |
685 | else if (ctrl->getValue().asString() == "send_to_server_item") | ||
686 | { | ||
687 | //Open the other box | ||
688 | WLFloaterWindLightSend::instance(); | ||
689 | WLFloaterWindLightSend::instance()->open(); | ||
690 | } | ||
683 | else | 691 | else |
684 | { | 692 | { |
685 | LLWaterParamManager::instance()->mCurParams.mName = | 693 | LLWaterParamManager::instance()->mCurParams.mName = |