diff options
author | Rider Linden <rider@lindenlab.com> | 2018-07-03 14:18:24 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-07-03 14:18:24 -0700 |
commit | a4137d72ebc9f49dfd8bd124b255da0dfbc4ba92 (patch) | |
tree | 5781b8ad54f1c26674a3e5085a76c77450c5261e /indra/newview/llfloatereditextdaycycle.cpp | |
parent | ab159f7c4a35196003add5592df95fe2c139984e (diff) |
MAINT-8821: New "My Environments" floater. First pass.
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.cpp')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.cpp b/indra/newview/llfloatereditextdaycycle.cpp index 6b748a9103..ba524c4dc5 100644 --- a/indra/newview/llfloatereditextdaycycle.cpp +++ b/indra/newview/llfloatereditextdaycycle.cpp @@ -1023,6 +1023,7 @@ void LLFloaterEditExtDayCycle::doApplyEnvironment(const std::string &where) if ((!parcel) || (parcel->getLocalID() == INVALID_PARCEL_ID)) { LL_WARNS("ENVIRONMENT") << "Can not identify parcel. Not applying." << LL_ENDL; + LLNotificationsUtil::add("WLParcelApplyFail"); return; } |