diff options
| author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-02-06 20:51:14 +0200 |
|---|---|---|
| committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-02-06 20:51:14 +0200 |
| commit | ec0ac12eba9d944ade7bd734226a03ea2eb47229 (patch) | |
| tree | bb166c3faf3f6f9756cf6a95009737b7b66b1b16 /indra/newview/llfloaterpreference.cpp | |
| parent | f944608ab93199a5588ec2c969268b094b8be7c8 (diff) | |
CHUI-712 FIXED IM log files renamed with ll.txt will create double files for users
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
| -rwxr-xr-x | indra/newview/llfloaterpreference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 4f86c26a67..da24bb3b8f 100755 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -1584,7 +1584,7 @@ void LLFloaterPreference::onDeleteTranscriptsResponse(const LLSD& notification, { if (0 == LLNotificationsUtil::getSelectedOption(notification, response)) { - LLConversationLog::instance().deleteTranscripts(); + LLLogChat::deleteTranscripts(); updateDeleteTranscriptsButton(); } } |
