aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloateractivespeakers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloateractivespeakers.cpp')
-rw-r--r--linden/indra/newview/llfloateractivespeakers.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloateractivespeakers.cpp b/linden/indra/newview/llfloateractivespeakers.cpp
index 51e7b89..f8c3166 100644
--- a/linden/indra/newview/llfloateractivespeakers.cpp
+++ b/linden/indra/newview/llfloateractivespeakers.cpp
@@ -511,7 +511,9 @@ void LLPanelActiveSpeakers::refreshSpeakers()
511 } 511 }
512 else 512 else
513 { 513 {
514 name_cell->setColor(LLColor4::black); 514 static LLColor4* sDefaultListText = rebind_llcontrol<LLColor4>("DefaultListText", &gColors, true);
515
516 name_cell->setColor((*sDefaultListText));
515 } 517 }
516 518
517 std::string speaker_name; 519 std::string speaker_name;