Fixed line endings to Unix format

--HG--
branch : product-engine
master
Mike Antipov 2009-12-09 09:58:32 +02:00
parent b1b9ef14f5
commit ff87f87fa6
1 changed files with 3 additions and 3 deletions

View File

@ -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);