diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-02-25 12:57:39 -0800 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-02-25 12:57:39 -0800 |
commit | e5d6b29260159f402391be393d046721dfeacbc9 (patch) | |
tree | 2d66514de5eb2d08b4088c406b8a92fad383d112 /indra/newview/llfloaterpreference.cpp | |
parent | c3377625fd31f0381143f3f52f33325702b6c74d (diff) | |
parent | 3c121e83446a755220f83f21637193d011c5b5a7 (diff) |
merge
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rwxr-xr-x | indra/newview/llfloaterpreference.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index b9239b544f..988190f96a 100755 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -814,7 +814,7 @@ void LLFloaterPreference::onBtnOK() if(mGotPersonalInfo) { gSavedPerAccountSettings.saveToFile(gSavedSettings.getString("PerAccountSettingsFile"), TRUE); - } + } } else { @@ -1451,7 +1451,7 @@ void LLFloaterPreference::setAllIgnored() void LLFloaterPreference::onClickLogPath() { - std::string proposed_name(gSavedPerAccountSettings.getString("InstantMessageLogPath")); + std::string proposed_name(gSavedPerAccountSettings.getString("InstantMessageLogPath")); mPriorInstantMessageLogPath.clear(); LLDirPicker& picker = LLDirPicker::instance(); @@ -1467,12 +1467,12 @@ void LLFloaterPreference::onClickLogPath() //Path changed if(proposed_name != dir_name) { - gSavedPerAccountSettings.setString("InstantMessageLogPath", dir_name); + gSavedPerAccountSettings.setString("InstantMessageLogPath", dir_name); mPriorInstantMessageLogPath = proposed_name; - - // enable/disable 'Delete transcripts button - updateDeleteTranscriptsButton(); - } + + // enable/disable 'Delete transcripts button + updateDeleteTranscriptsButton(); +} } bool LLFloaterPreference::moveTranscriptsAndLog() |