diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-10 12:10:43 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-10 12:10:43 +0200 |
commit | f8aa91dccb8255356f3be60eb00e34aa6ad0a186 (patch) | |
tree | d5e8a61abd5c517c3c70eaf62acf07ffaa0fc3a7 /indra/llui/lltexteditor.h | |
parent | 3d8caa79a71e890cf799f7f99a80980f662329c3 (diff) |
Fixed function name.
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/lltexteditor.h')
-rw-r--r-- | indra/llui/lltexteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.h b/indra/llui/lltexteditor.h index 00c6a8b68a..71d937b2c4 100644 --- a/indra/llui/lltexteditor.h +++ b/indra/llui/lltexteditor.h @@ -204,7 +204,7 @@ public: void getSelectedSegments(segment_vec_t& segments) const; void setShowContextMenu(bool show) { mShowContextMenu = show; } - bool getChowContextMenu() const { return mShowContextMenu; } + bool getShowContextMenu() const { return mShowContextMenu; } protected: void showContextMenu(S32 x, S32 y); |