aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llimpanel.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-11-09 14:58:57 -0700
committerMcCabe Maxsted2009-11-09 14:58:57 -0700
commitb6f4e9794116c10e30e61e926f40fb68c86141af (patch)
tree7416a21fbe2b788b828cf394057c70b2bdbbda9f /linden/indra/newview/llimpanel.cpp
parentRemoved RLVa temporarily from First Use (diff)
downloadmeta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.zip
meta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.tar.gz
meta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.tar.bz2
meta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.tar.xz
Moved 1.2 alerts to the new notification system
Diffstat (limited to 'linden/indra/newview/llimpanel.cpp')
-rw-r--r--linden/indra/newview/llimpanel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp
index 9368e4e..a5950ce 100644
--- a/linden/indra/newview/llimpanel.cpp
+++ b/linden/indra/newview/llimpanel.cpp
@@ -1838,9 +1838,9 @@ void LLFloaterIMPanel::onClickHistory( void* userdata )
1838 } 1838 }
1839 else 1839 else
1840 { 1840 {
1841 LLStringUtil::format_map_t args; 1841 LLSD args;
1842 args["[NAME]"] = fullname; 1842 args["[NAME]"] = fullname;
1843 gViewerWindow->alertXml("IMLogNotFound", args); 1843 LLNotifications::instance().add("IMLogNotFound", args);
1844 llinfos << file_path << llendl; 1844 llinfos << file_path << llendl;
1845 } 1845 }
1846 } 1846 }