summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatereditextdaycycle.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-03-12 11:07:23 -0700
committerGraham Linden <graham@lindenlab.com>2019-03-12 11:07:23 -0700
commit868cd32e5e229e503f1b5b1d5ec543fd6f76cb7f (patch)
tree07c3b79a6a93caedc63a238f5ae29162b77ec861 /indra/newview/llfloatereditextdaycycle.cpp
parent15270f697a0e6a4f14944ac20382f8bbcc8ea86b (diff)
More tab restoration.
Also fix ref to removed extra GLSL link module. 'warn-on-failure:no-tabs'
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.cpp')
-rw-r--r--indra/newview/llfloatereditextdaycycle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.cpp b/indra/newview/llfloatereditextdaycycle.cpp
index 055c8120a3..235a9b4d53 100644
--- a/indra/newview/llfloatereditextdaycycle.cpp
+++ b/indra/newview/llfloatereditextdaycycle.cpp
@@ -266,7 +266,7 @@ BOOL LLFloaterEditExtDayCycle::postBuild()
panel->setOnDirtyFlagChanged([this](LLPanel *, bool val) { onPanelDirtyFlagChanged(val); });
}
- return TRUE;
+ return TRUE;
}
void LLFloaterEditExtDayCycle::onOpen(const LLSD& key)