diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-09-14 14:55:41 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-09-14 14:55:41 +0300 |
commit | 2e7cf2c1afd9cec1b2e69a5ac7fbbe7ad745c457 (patch) | |
tree | f4fa473ac5a6f47b5e06341786a9c4ad92745d00 /indra | |
parent | a280bacfea5453df3453322223b677adc2780511 (diff) |
SL-20268 FIXED clicking Cancel doesn't revert Materials perms
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterperms.cpp | 2 | ||||
-rw-r--r-- | indra/newview/llfloaterperms.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterperms.cpp b/indra/newview/llfloaterperms.cpp index fb55c6c6c4..b53839977e 100644 --- a/indra/newview/llfloaterperms.cpp +++ b/indra/newview/llfloaterperms.cpp @@ -122,7 +122,7 @@ const std::string LLFloaterPermsDefault::sCategoryNames[CAT_LAST] = "Notecards", "Gestures", "Wearables", - "Settings" + "Settings", "Materials" }; diff --git a/indra/newview/llfloaterperms.h b/indra/newview/llfloaterperms.h index 02359a256e..97ddec7cba 100644 --- a/indra/newview/llfloaterperms.h +++ b/indra/newview/llfloaterperms.h @@ -75,6 +75,7 @@ enum Categories CAT_GESTURES, CAT_WEARABLES, CAT_SETTINGS, + CAT_MATERIALS, CAT_LAST }; |