aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelevent.cpp')
-rw-r--r--linden/indra/newview/llpanelevent.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelevent.cpp b/linden/indra/newview/llpanelevent.cpp
index 7812a48..a35e8f8 100644
--- a/linden/indra/newview/llpanelevent.cpp
+++ b/linden/indra/newview/llpanelevent.cpp
@@ -76,7 +76,8 @@ BOOL LLPanelEvent::postBuild()
76 mTBCategory = LLViewerUICtrlFactory::getTextBoxByName(this, "event_category"); 76 mTBCategory = LLViewerUICtrlFactory::getTextBoxByName(this, "event_category");
77 mTBCategory->setColor(gColors.getColor( "LabelSelectedColor" )); 77 mTBCategory->setColor(gColors.getColor( "LabelSelectedColor" ));
78 78
79 childSetColor("event_mature", gColors.getColor( "LabelSelectedColor" )); 79 childSetColor("event_mature_yes", gColors.getColor( "LabelSelectedColor" ));
80 childSetColor("event_mature_no", gColors.getColor( "LabelSelectedColor" ));
80 81
81 mTBDate = LLViewerUICtrlFactory::getTextBoxByName(this, "event_date"); 82 mTBDate = LLViewerUICtrlFactory::getTextBoxByName(this, "event_date");
82 mTBDate->setColor(gColors.getColor( "LabelSelectedColor" )); 83 mTBDate->setColor(gColors.getColor( "LabelSelectedColor" ));