aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--linden/indra/llui/lltexteditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/lltexteditor.cpp b/linden/indra/llui/lltexteditor.cpp
index 5ee94c8..e2335c9 100644
--- a/linden/indra/llui/lltexteditor.cpp
+++ b/linden/indra/llui/lltexteditor.cpp
@@ -402,7 +402,7 @@ LLTextEditor::LLTextEditor(
402 menu->append(new LLMenuItemCallGL("Paste", context_paste, NULL, this)); 402 menu->append(new LLMenuItemCallGL("Paste", context_paste, NULL, this));
403 menu->append(new LLMenuItemCallGL("Delete", context_delete, NULL, this)); 403 menu->append(new LLMenuItemCallGL("Delete", context_delete, NULL, this));
404 menu->append(new LLMenuItemCallGL("Select All", context_selectall, NULL, this)); 404 menu->append(new LLMenuItemCallGL("Select All", context_selectall, NULL, this));
405 menu->appendSeparator("transep"); 405 menu->appendSeparator("Transep");
406 LLMenuGL* translatemenu = new LLMenuGL("Translate To"); 406 LLMenuGL* translatemenu = new LLMenuGL("Translate To");
407 translatemenu->setCanTearOff(FALSE); 407 translatemenu->setCanTearOff(FALSE);
408 SpellMenuBind* t=new SpellMenuBind;t->origin=this;t->word="en"; 408 SpellMenuBind* t=new SpellMenuBind;t->origin=this;t->word="en";