From 99fe1004a6cb4406bcac790420a5be6269e02723 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Sat, 21 May 2011 07:22:18 -0400 Subject: fix oops when cleaning up temporary ifndefs --- indra/newview/llfloaterregioninfo.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra') diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp index 2c128bdacf..de959f83e0 100644 --- a/indra/newview/llfloaterregioninfo.cpp +++ b/indra/newview/llfloaterregioninfo.cpp @@ -1228,7 +1228,7 @@ BOOL LLPanelRegionTerrainInfo::sendUpdate() strings.push_back(buffer); buffer = llformat("%f", estate_sun_hour); strings.push_back(buffer); -#endif TMP_DISABLE_WLES +#endif // TMP_DISABLE_WLES sendEstateOwnerMessage(gMessageSystem, "setregionterrain", invoice, strings); strings.clear(); @@ -1400,7 +1400,7 @@ void LLPanelRegionTerrainInfo::onApplyCurrentWL(void* userData) // Immediately apply current environment settings to region. LLEnvManager::instance().applyLocalSettingsToRegion(); } -#endif TMP_DISABLE_WLES +#endif // TMP_DISABLE_WLES ///////////////////////////////////////////////////////////////////////////// // LLPanelEstateInfo @@ -1451,7 +1451,7 @@ void LLPanelEstateInfo::onChangeFixedSun() getChild("use_global_time_check")->setValue(LLSD(FALSE)); enableButton("apply_btn"); } -#endif TMP_DISABLE_WLES +#endif // TMP_DISABLE_WLES -- cgit v1.2.3