diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llgroupnotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llgroupnotify.cpp b/linden/indra/newview/llgroupnotify.cpp index aa84e3d..95d4dbf 100644 --- a/linden/indra/newview/llgroupnotify.cpp +++ b/linden/indra/newview/llgroupnotify.cpp | |||
@@ -226,7 +226,7 @@ LLGroupNotifyBox::LLGroupNotifyBox(const char* subject, | |||
226 | text->setCursor(0,0); | 226 | text->setCursor(0,0); |
227 | text->setEnabled(FALSE); | 227 | text->setEnabled(FALSE); |
228 | text->setWordWrap(TRUE); | 228 | text->setWordWrap(TRUE); |
229 | text->setTakesFocus(FALSE); | 229 | text->setTakesFocus(TRUE); // Allow focus so text can be copied. Since it's not enabled, it will be read-only |
230 | text->setTabToNextField(TRUE); | 230 | text->setTabToNextField(TRUE); |
231 | text->setMouseOpaque(TRUE); | 231 | text->setMouseOpaque(TRUE); |
232 | text->setBorderVisible(TRUE); | 232 | text->setBorderVisible(TRUE); |