diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lldaycyclemanager.cpp | 2 | ||||
-rw-r--r-- | indra/newview/llfloatereditdaycycle.h | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/lldaycyclemanager.cpp b/indra/newview/lldaycyclemanager.cpp index 960879c32c..2e622d002c 100644 --- a/indra/newview/lldaycyclemanager.cpp +++ b/indra/newview/lldaycyclemanager.cpp @@ -144,7 +144,7 @@ bool LLDayCycleManager::loadPreset(const std::string& path) LLSD data = LLWLDayCycle::loadDayCycleFromPath(path); if (data.isUndefined()) { - LL_WARNS("Windlight") << "Error loading day cycle from " << path << LL_ENDL; + llwarns << "Error loading day cycle from " << path << llendl; return false; } diff --git a/indra/newview/llfloatereditdaycycle.h b/indra/newview/llfloatereditdaycycle.h index 6dc7333039..c6137ba432 100644 --- a/indra/newview/llfloatereditdaycycle.h +++ b/indra/newview/llfloatereditdaycycle.h @@ -37,8 +37,9 @@ class LLLineEditor; class LLMultiSliderCtrl; class LLTimeCtrl; -/// Menu for all of windlight's functionality. -/// Menuing system for adjusting the atmospheric settings of the world. +/** + * Floater for creating or editing a day cycle. + */ class LLFloaterEditDayCycle : public LLFloater { LOG_CLASS(LLFloaterEditDayCycle); |