summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-02-06 18:18:44 -0800
committerMerov Linden <merov@lindenlab.com>2013-02-06 18:18:44 -0800
commit560aba3aa4d5eb2c65132db4da355adae82a47f0 (patch)
treee8739806c7f7beb8efc20e59442d60c0e5c88bd9 /indra/newview/llfloaterpreference.cpp
parent7ed270ff9dfdbc905dbee70907d3057a5ae490e7 (diff)
parentec0ac12eba9d944ade7bd734226a03ea2eb47229 (diff)
Pull merge from lindenlab/viewer-chui
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rwxr-xr-xindra/newview/llfloaterpreference.cpp2
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();
}
}