summaryrefslogtreecommitdiff
path: root/indra/newview/llbottomtray.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-18 13:32:15 -0800
committerrichard <none@none>2010-02-18 13:32:15 -0800
commit9c2559924c21a9cdef1aa160bc0518c210e41333 (patch)
treec4b066017873b3db7e23ebc4010d52c446265f95 /indra/newview/llbottomtray.cpp
parentd742b3e91182860d411fb18f1041150442766189 (diff)
parent3af609b55c591ecc572c0872ba1b3013885d8ac9 (diff)
merge
Diffstat (limited to 'indra/newview/llbottomtray.cpp')
-rw-r--r--indra/newview/llbottomtray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp
index 95a946cee8..459a61dec3 100644
--- a/indra/newview/llbottomtray.cpp
+++ b/indra/newview/llbottomtray.cpp
@@ -350,7 +350,7 @@ void LLBottomTray::setVisible(BOOL visible)
{
mBottomTrayLite->setVisible(visible);
}
- else
+ else
{
LLPanel::setVisible(visible);
}