diff --git a/indra/newview/app_settings/settings_per_account.xml b/indra/newview/app_settings/settings_per_account.xml index ba157bd6a..b422fae32 100644 --- a/indra/newview/app_settings/settings_per_account.xml +++ b/indra/newview/app_settings/settings_per_account.xml @@ -461,7 +461,7 @@ Type Boolean Value - 0 + 1 LogChatIM @@ -472,7 +472,7 @@ Type Boolean Value - 0 + 1 LogChatTimestamp @@ -483,7 +483,7 @@ Type Boolean Value - 0 + 1 LogInstantMessages diff --git a/indra/newview/llprefsim.cpp b/indra/newview/llprefsim.cpp index e0eee0c72..ac803a6e7 100644 --- a/indra/newview/llprefsim.cpp +++ b/indra/newview/llprefsim.cpp @@ -53,8 +53,6 @@ #include "rlvhandler.h" // [/RLVa:KB] -class AIDirPicker; - class LLPrefsIMImpl : public LLPanel { public: @@ -269,6 +267,7 @@ void LLPrefsIMImpl::setPersonalInfo(const std::string& visibility, bool im_via_e childEnable("log_chat_timestamp"); childEnable("log_chat_IM"); childEnable("log_date_timestamp"); + childEnable("logfile_name_datestamp"); //RN: get wide string so replace char can work (requires fixed-width encoding) LLWString busy_response = utf8str_to_wstring( gSavedPerAccountSettings.getString("BusyModeResponse") );