diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-10-10 00:04:13 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-10-10 00:04:13 +0300 |
commit | d75723439767ad62f2f919e29b713eca137f04d5 (patch) | |
tree | 9aeb542d68beb198340e5d685f8853272ac4e43b /indra/newview/lltoastscripttextbox.h | |
parent | 8b72d66c3b518dcc6325d3cc09bced97a83af891 (diff) |
SL-9800 Changed llTextBox to have selectable "message" text
Diffstat (limited to 'indra/newview/lltoastscripttextbox.h')
-rw-r--r-- | indra/newview/lltoastscripttextbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastscripttextbox.h b/indra/newview/lltoastscripttextbox.h index 7aee02dd00..a539124ef1 100644 --- a/indra/newview/lltoastscripttextbox.h +++ b/indra/newview/lltoastscripttextbox.h @@ -48,7 +48,7 @@ public: private: - LLTextBox* mInfoText; + LLTextEditor* mInfoText; void onClickSubmit(); void onClickIgnore(); |