diff options
| author | Wolfpup Lowenhar <wolfpup67@earthlink.net> | 2010-10-26 20:02:07 -0400 |
|---|---|---|
| committer | Wolfpup Lowenhar <wolfpup67@earthlink.net> | 2010-10-26 20:02:07 -0400 |
| commit | 7c89e565b373803b64cabaac3695ac3e93469962 (patch) | |
| tree | e2fed34d493ec3e9715de17de67e314fe7ef0eed /indra/newview/llfloaterpreference.cpp | |
| parent | 9abbb6c927d4f4131b0aefe6b847be0b44022c97 (diff) | |
This is the setting of the core file name date stamp code and settings files for
Chat, Group and IM Logs.
--HG--
branch : storm-102
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
| -rw-r--r-- | indra/newview/llfloaterpreference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 2bea3d37ff..a43f60f0f1 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -1246,7 +1246,7 @@ void LLFloaterPreference::setPersonalInfo(const std::string& visibility, bool im getChildView("show_timestamps_check_im")->setEnabled(TRUE); getChildView("log_path_string")->setEnabled(FALSE);// LineEditor becomes readonly in this case. getChildView("log_path_button")->setEnabled(TRUE); - + childEnable("logfile_name_datestamp"); std::string display_email(email); getChild<LLUICtrl>("email_address")->setValue(display_email); |
