diff options
| author | mberezhnoy <mberezhnoy@productengine.com> | 2013-06-07 20:06:20 +0300 |
|---|---|---|
| committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-06-07 20:06:20 +0300 |
| commit | 42f2f419e5717a541956ef12afa1d55e4c142440 (patch) | |
| tree | c629002a61544c8fdbd6e0b3196a1b4b6135b431 /indra/llui/llchatentry.cpp | |
| parent | 0b458690ceb8d7cbb9b1b8b5620def2a08af2524 (diff) | |
| parent | ab37c8b8f5d830af7155bf63c084dad76070cb42 (diff) | |
merge
Diffstat (limited to 'indra/llui/llchatentry.cpp')
| -rwxr-xr-x | indra/llui/llchatentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llchatentry.cpp b/indra/llui/llchatentry.cpp index c7e732e0c9..c04b70eb64 100755 --- a/indra/llui/llchatentry.cpp +++ b/indra/llui/llchatentry.cpp @@ -158,7 +158,7 @@ void LLChatEntry::onValueChange(S32 start, S32 end) resetLabel(); } -bool LLChatEntry::useLabel() +bool LLChatEntry::useLabel() const { return !getLength() && !mLabel.empty(); } |
