diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-12 04:46:49 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-12 04:46:49 +0000 |
commit | b4c13247f7a31eb88586a04b5c661254931de5fd (patch) | |
tree | b36ffe2d879b6553ced244752c067573ecebd918 /indra/newview/llimfloater.cpp | |
parent | a5c725c189254388af06bdee7317774bc0264940 (diff) | |
parent | 7ac90e2a08b12a28dcd4eda5767902f0e5556818 (diff) |
PE merge.
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 53cdfcc9b2..94b540a7e1 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -271,6 +271,7 @@ BOOL LLIMFloater::postBuild() mInputEditor->setCommitOnFocusLost( FALSE ); mInputEditor->setRevertOnEsc( FALSE ); mInputEditor->setReplaceNewlinesWithSpaces( FALSE ); + mInputEditor->setPassDelete( TRUE ); std::string session_name(LLIMModel::instance().getName(mSessionID)); |