summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2009-12-09 09:58:32 +0200
committerMike Antipov <mantipov@productengine.com>2009-12-09 09:58:32 +0200
commitff87f87fa6a33daf72eae963b2aa33c9d5890509 (patch)
tree8c25b0209fb404125a2bd873253f925c0be3c1cb
parentb1b9ef14f5bf323b2d4caaa4b88d9727f6197567 (diff)
Fixed line endings to Unix format
--HG-- branch : product-engine
-rw-r--r--indra/newview/llchiclet.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp
index b11d8d45c8..d90901612a 100644
--- a/indra/newview/llchiclet.cpp
+++ b/indra/newview/llchiclet.cpp
@@ -165,9 +165,9 @@ void LLSysWellChiclet::setCounter(S32 counter)
/*
Emulate 4 states of button by background images, see detains in EXT-3147
xml attribute Description
- image_unselected "Unlit" - there are no new messages
- image_selected "Unlit" + "Selected" - there are no new messages and the Well is open
- image_pressed "Lit" - there are new messages
+ image_unselected "Unlit" - there are no new messages
+ image_selected "Unlit" + "Selected" - there are no new messages and the Well is open
+ image_pressed "Lit" - there are new messages
image_pressed_selected "Lit" + "Selected" - there are new messages and the Well is open
*/
mButton->setForcePressedState(counter > 0);