diff options
author | Jacek Antonelli | 2008-08-15 23:45:14 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:14 -0500 |
commit | 075b5b41dcf4be2c33a4473889fefcbffb1a8fe5 (patch) | |
tree | 945b9c3a40691e01cd67f6f94324f8b3ded61574 /linden/indra/newview/llpanelevent.cpp | |
parent | Second Life viewer sources 1.18.4.1-RC (diff) | |
download | meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.zip meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.tar.gz meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.tar.bz2 meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.tar.xz |
Second Life viewer sources 1.18.4.2-RC
Diffstat (limited to 'linden/indra/newview/llpanelevent.cpp')
-rw-r--r-- | linden/indra/newview/llpanelevent.cpp | 3 |
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" )); |