diff options
author | PavelK ProductEngine <pkrivich@productengine.com> | 2013-06-05 19:40:06 +0300 |
---|---|---|
committer | PavelK ProductEngine <pkrivich@productengine.com> | 2013-06-05 19:40:06 +0300 |
commit | 0ada8944ee7427c2ea175602b6a139f2fa23cf73 (patch) | |
tree | 7b3eb93239ac76a558f959cd498c3fbff3ed5e11 /indra/llui/llchatentry.h | |
parent | 58d2896a0717f993c8848f6b5bf08f650ec9f272 (diff) |
CHUI-964 ADD FIX Oversized "To" input field hides actual IM text
Diffstat (limited to 'indra/llui/llchatentry.h')
-rwxr-xr-x | indra/llui/llchatentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llchatentry.h b/indra/llui/llchatentry.h index 3a5e87e8c8..e67f39b21b 100755 --- a/indra/llui/llchatentry.h +++ b/indra/llui/llchatentry.h @@ -56,7 +56,7 @@ protected: LLChatEntry(const Params& p); /*virtual*/ void beforeValueChange(); /*virtual*/ void onValueChange(S32 start, S32 end); - /*virtual*/ bool useLabel(); + /*virtual*/ bool useLabel() const; public: |