diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterreporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterreporter.cpp b/indra/newview/llfloaterreporter.cpp index 26e2470494..d94bf3f651 100644 --- a/indra/newview/llfloaterreporter.cpp +++ b/indra/newview/llfloaterreporter.cpp @@ -228,7 +228,7 @@ BOOL LLFloaterReporter::postBuild() cap_url += "?lc="; cap_url += lang; } - LLCoros::instance().launch("LLIMProcessing::requestOfflineMessagesCoro", + LLCoros::instance().launch("LLFloaterReporter::requestAbuseCategoriesCoro", boost::bind(LLFloaterReporter::requestAbuseCategoriesCoro, cap_url, this->getHandle())); } } |