diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-31 18:45:37 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-31 18:45:37 +0200 |
commit | aec5fc3607b8efb5cc3d035df978e59f9ac5bce2 (patch) | |
tree | b1f6413325f5081776deb2a7217fc483fc8b0a3b /indra/newview/llfloatereditextdaycycle.h | |
parent | 531ad5b3ec1b6785bf6cde04c1d7203233b552a2 (diff) |
SL-9924 EEP Environment Settings permissions can be dropped by Save As button
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h index f50c9f7e5f..311bbd52dc 100644 --- a/indra/newview/llfloatereditextdaycycle.h +++ b/indra/newview/llfloatereditextdaycycle.h @@ -238,7 +238,7 @@ private: bool mIsDirty; bool mCanCopy; bool mCanMod; - bool mMakeNoTrans; + bool mCanTrans; edit_commit_signal_t mCommitSignal; |