diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-02 20:51:47 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-23 14:49:40 +0300 |
commit | 2e656ed358af28f56c8b900345956d431f8c7b4d (patch) | |
tree | cdd2f3a59f1f6cdd1cedcae8ac056b2fb96bd835 /indra/newview/llkeyconflict.h | |
parent | 04081c0bc882cecb7647648eb035f0f2334bf983 (diff) |
SL-6109 Removed obsolete control, moved table init to xml, cleanup
Diffstat (limited to 'indra/newview/llkeyconflict.h')
-rw-r--r-- | indra/newview/llkeyconflict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llkeyconflict.h b/indra/newview/llkeyconflict.h index a0886bedce..e339264aaa 100644 --- a/indra/newview/llkeyconflict.h +++ b/indra/newview/llkeyconflict.h @@ -62,7 +62,7 @@ public: MODE_EDIT, MODE_EDIT_AVATAR, MODE_SITTING, - MODE_GENERAL, // for settings from saved settings + MODE_SAVED_SETTINGS, // for settings from saved settings MODE_COUNT }; |