summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.cpp
diff options
context:
space:
mode:
authorYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-10 14:42:30 +0200
committerYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-10 14:42:30 +0200
commit5831cb1394338cdfc45e3188a034edb54c2b785f (patch)
tree56461e1f2d0a44c872d994d41342166aac1e23d0 /indra/llui/lltexteditor.cpp
parent3e9e874ab467dd33ff9ea542ac0834e9fe40377d (diff)
parentea9185e0dcfde046232cc2ce20d34171b96e37e5 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/lltexteditor.cpp')
-rw-r--r--indra/llui/lltexteditor.cpp2
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);
}