summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorWolfpup Lowenhar <wolfpup67@earthlink.net>2010-10-26 20:02:07 -0400
committerWolfpup Lowenhar <wolfpup67@earthlink.net>2010-10-26 20:02:07 -0400
commit7c89e565b373803b64cabaac3695ac3e93469962 (patch)
treee2fed34d493ec3e9715de17de67e314fe7ef0eed /indra/newview/llfloaterpreference.cpp
parent9abbb6c927d4f4131b0aefe6b847be0b44022c97 (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.cpp2
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);