diff options
Diffstat (limited to '')
-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 a3e917f..5f6624b 100644 --- a/linden/indra/newview/llimpanel.cpp +++ b/linden/indra/newview/llimpanel.cpp | |||
@@ -1618,7 +1618,7 @@ void LLFloaterIMPanel::addHistoryLine(const std::string &utf8msg, const LLColor4 | |||
1618 | // Actually add the line | 1618 | // Actually add the line |
1619 | std::string timestring; | 1619 | std::string timestring; |
1620 | bool prepend_newline = true; | 1620 | bool prepend_newline = true; |
1621 | if (gSavedSettings.getBOOL("IMShowTimestamps")) | 1621 | if (gSavedSettings.getBOOL("ShowTimestamps")) |
1622 | { | 1622 | { |
1623 | timestring = mHistoryEditor->appendTime(prepend_newline); | 1623 | timestring = mHistoryEditor->appendTime(prepend_newline); |
1624 | prepend_newline = false; | 1624 | prepend_newline = false; |