diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llbutton.cpp b/linden/indra/llui/llbutton.cpp index 736bc59..41c2269 100644 --- a/linden/indra/llui/llbutton.cpp +++ b/linden/indra/llui/llbutton.cpp | |||
@@ -603,7 +603,7 @@ void LLButton::draw() | |||
603 | else | 603 | else |
604 | { | 604 | { |
605 | // no image | 605 | // no image |
606 | llalerts << "No image for button " << mName << llendl; | 606 | llwarns << "No image for button " << mName << llendl; |
607 | // draw it in pink so we can find it | 607 | // draw it in pink so we can find it |
608 | gl_rect_2d(0, mRect.getHeight(), mRect.getWidth(), 0, LLColor4::pink1, FALSE); | 608 | gl_rect_2d(0, mRect.getHeight(), mRect.getWidth(), 0, LLColor4::pink1, FALSE); |
609 | } | 609 | } |