diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-18 19:26:37 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-18 19:26:37 +0300 |
commit | 8a3fce881fbf971046be50d9d7198e58772e3164 (patch) | |
tree | 7dd98d630eb24559a36190dbb36c6eba4266c104 /indra/llui/llmenubutton.h | |
parent | b5f842183958f5de8a09156510ede53ac34a5310 (diff) |
SL-10791 [Legacy Profiles] Functionality to copy agent id and name from profile
Diffstat (limited to 'indra/llui/llmenubutton.h')
-rw-r--r-- | indra/llui/llmenubutton.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llmenubutton.h b/indra/llui/llmenubutton.h index 67ec1983b3..e42f8f53bd 100644 --- a/indra/llui/llmenubutton.h +++ b/indra/llui/llmenubutton.h @@ -41,7 +41,8 @@ public: { MP_TOP_LEFT, MP_TOP_RIGHT, - MP_BOTTOM_LEFT + MP_BOTTOM_LEFT, + MP_BOTTOM_RIGHT } EMenuPosition; struct MenuPositions |