summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.cpp
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-02-10 12:10:43 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-02-10 12:10:43 +0200
commitf8aa91dccb8255356f3be60eb00e34aa6ad0a186 (patch)
treed5e8a61abd5c517c3c70eaf62acf07ffaa0fc3a7 /indra/llui/lltexteditor.cpp
parent3d8caa79a71e890cf799f7f99a80980f662329c3 (diff)
Fixed function name.
--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);
}