diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-12-05 17:14:06 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-12-05 17:14:06 +0200 |
commit | 2f188b36d9b892e48ba72c3485b34036273d755b (patch) | |
tree | de42e4b7942077350e5f8b470f4b306f26d96ae3 /indra/newview/llfloatereditextdaycycle.h | |
parent | f0afc19bee33a31f9e648e72935f3b7c7dee2fd5 (diff) |
SL-10167 Change wording on Add/Load/Delete buttons in the day editor
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h index 6224517aa0..a9b5c8a3f0 100644 --- a/indra/newview/llfloatereditextdaycycle.h +++ b/indra/newview/llfloatereditextdaycycle.h @@ -131,6 +131,7 @@ private: void updateWaterTabs(const LLSettingsWaterPtr_t &p_water); void updateSkyTabs(const LLSettingsSkyPtr_t &p_sky); void updateButtons(); + void updateLabels(); void updateSlider(); //generate sliders from current track void updateTimeAndLabel(); void addSliderFrame(const F32 frame, const LLSettingsBase::ptr_t &setting, bool update_ui = true); |