Fixed function name.

--HG--
branch : product-engine
master
Dmitry Zaporozhan 2010-02-10 12:10:43 +02:00
parent 3d8caa79a7
commit f8aa91dccb
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -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);