diff options
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/llui/lllineeditor.cpp | 2 | ||||
-rw-r--r-- | linden/indra/llui/lltexteditor.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/lllineeditor.cpp b/linden/indra/llui/lllineeditor.cpp index 453bb50..c4f9525 100644 --- a/linden/indra/llui/lllineeditor.cpp +++ b/linden/indra/llui/lllineeditor.cpp | |||
@@ -1344,7 +1344,7 @@ void LLLineEditor::defineMenuCallbacks(LLMenuGL* menu) { | |||
1344 | "Select All Text", | 1344 | "Select All Text", |
1345 | this, | 1345 | this, |
1346 | (void*)context_enable_selectall); | 1346 | (void*)context_enable_selectall); |
1347 | menu->setCtrlResponse(1+LLCallbackInformation::LL_MENU_ITEM_CALL_GL_ON_CLICK, | 1347 | menu->setCtrlResponse(LLCallbackInformation::LL_MENU_ITEM_CALL_GL_ON_CLICK, |
1348 | "Select All Text", | 1348 | "Select All Text", |
1349 | this, | 1349 | this, |
1350 | (void*)context_selectall); | 1350 | (void*)context_selectall); |
diff --git a/linden/indra/llui/lltexteditor.cpp b/linden/indra/llui/lltexteditor.cpp index 5bddcbc..dd72a69 100644 --- a/linden/indra/llui/lltexteditor.cpp +++ b/linden/indra/llui/lltexteditor.cpp | |||
@@ -636,7 +636,7 @@ void LLTextEditor::defineMenuCallbacks(LLMenuGL* menu) { | |||
636 | "Select All Text", | 636 | "Select All Text", |
637 | this, | 637 | this, |
638 | (void*)context_enable_selectall); | 638 | (void*)context_enable_selectall); |
639 | menu->setCtrlResponse(1+LLCallbackInformation::LL_MENU_ITEM_CALL_GL_ON_CLICK, | 639 | menu->setCtrlResponse(LLCallbackInformation::LL_MENU_ITEM_CALL_GL_ON_CLICK, |
640 | "Select All Text", | 640 | "Select All Text", |
641 | this, | 641 | this, |
642 | (void*)context_selectall); | 642 | (void*)context_selectall); |