diff options
author | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
commit | 8465910c79b8e746e04fd581cca2d60399e569b9 (patch) | |
tree | f43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/newview/llgroupnotify.cpp | |
parent | Second Life viewer sources 1.18.2.1 (diff) | |
download | meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.zip meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.gz meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.bz2 meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.xz |
Second Life viewer sources 1.18.3.2-RC
Diffstat (limited to 'linden/indra/newview/llgroupnotify.cpp')
-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); |