diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-10 14:15:02 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-10 14:15:02 +0000 |
commit | 8a8304eeac03a45c27f9b83cbff8c3304d536172 (patch) | |
tree | 97275b832beb3a0bc149a0728cb9e244e5a2f956 /indra/llui/lltexteditor.cpp | |
parent | 30f74e81dc9dc8660b8b5ceb41469373c5c92e64 (diff) | |
parent | 2d1c1cbf3afed9b7a54de86f61a1a2d2ac3beba1 (diff) |
PE merge
Diffstat (limited to 'indra/llui/lltexteditor.cpp')
-rw-r--r-- | indra/llui/lltexteditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp index ad9f066539..ce5f1bd082 100644 --- a/indra/llui/lltexteditor.cpp +++ b/indra/llui/lltexteditor.cpp @@ -737,7 +737,7 @@ BOOL LLTextEditor::handleRightMouseDown(S32 x, S32 y, MASK mask) } if (!LLTextBase::handleRightMouseDown(x, y, mask)) { - if(getChowContextMenu()) + if(getShowContextMenu()) { showContextMenu(x, y); } |