diff options
Diffstat (limited to 'linden/indra/newview/llimpanel.cpp')
-rw-r--r-- | linden/indra/newview/llimpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp index 7ccf49c..752ebb4 100644 --- a/linden/indra/newview/llimpanel.cpp +++ b/linden/indra/newview/llimpanel.cpp | |||
@@ -1660,7 +1660,7 @@ void LLFloaterIMPanel::addHistoryLine(const std::string &utf8msg, const LLColor4 | |||
1660 | // Actually add the line | 1660 | // Actually add the line |
1661 | std::string timestring; | 1661 | std::string timestring; |
1662 | bool prepend_newline = true; | 1662 | bool prepend_newline = true; |
1663 | if (gSavedSettings.getBOOL("IMShowTimestamps")) | 1663 | if (gSavedSettings.getBOOL("ShowTimestamps")) |
1664 | { | 1664 | { |
1665 | timestring = mHistoryEditor->appendTime(prepend_newline); | 1665 | timestring = mHistoryEditor->appendTime(prepend_newline); |
1666 | prepend_newline = false; | 1666 | prepend_newline = false; |