diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-10-07 07:09:34 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-10-07 07:09:34 +0000 |
commit | ae0827d387dc1e4d0f8a749cab36138f8ac174a0 (patch) | |
tree | 35c9d392f91db7a37f709773ab3d065c41538213 /indra/newview/lltoastalertpanel.cpp | |
parent | cec9edea1e09e9bae2949b61770a9e4016670427 (diff) |
merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1908 https://svn.aws.productengine.com/secondlife/pe/stable-2@1917 -> viewer-2.0.0-3
* Bugs: EXT-1257 EXT-1299 EXT-1149 EXT-1117 EXT-1134
* New Dev: EXT-721
Diffstat (limited to 'indra/newview/lltoastalertpanel.cpp')
-rw-r--r-- | indra/newview/lltoastalertpanel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltoastalertpanel.cpp b/indra/newview/lltoastalertpanel.cpp index d9be6b172c..e4a3f8603b 100644 --- a/indra/newview/lltoastalertpanel.cpp +++ b/indra/newview/lltoastalertpanel.cpp @@ -308,7 +308,6 @@ LLToastAlertPanel::LLToastAlertPanel( LLNotificationPtr notification, bool modal //gFloaterView->adjustToFitScreen(this, FALSE); if (mLineEditor) { - mLineEditor->setFocus(TRUE); mLineEditor->selectAll(); } if(mDefaultOption >= 0) |