diff options
author | Jonathan Yap <none@none> | 2010-11-16 18:10:18 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2010-11-16 18:10:18 -0500 |
commit | 3b85391839da9077129830258d4a1d1ce6069cb3 (patch) | |
tree | f6f5551eab69a80adfb3f4d1b3a776bacae4eeca /indra/newview/lltoastgroupnotifypanel.cpp | |
parent | 5cbbb565f1bba870ec6db0b266e8768ecbdb7826 (diff) | |
parent | 978402adea173635c72cf8e81c375bbcc6bdd4ed (diff) |
Viewer 2.4 (as of 15 Nov 2010) with llTextBox support merged in
Diffstat (limited to 'indra/newview/lltoastgroupnotifypanel.cpp')
-rw-r--r-- | indra/newview/lltoastgroupnotifypanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastgroupnotifypanel.cpp b/indra/newview/lltoastgroupnotifypanel.cpp index 371aad64bb..563c27c4d7 100644 --- a/indra/newview/lltoastgroupnotifypanel.cpp +++ b/indra/newview/lltoastgroupnotifypanel.cpp @@ -60,7 +60,7 @@ LLToastGroupNotifyPanel::LLToastGroupNotifyPanel(LLNotificationPtr& notification LLGroupData groupData; if (!gAgent.getGroupData(payload["group_id"].asUUID(),groupData)) { - llwarns << "Group notice for unkown group: " << payload["group_id"].asUUID() << llendl; + llwarns << "Group notice for unknown group: " << payload["group_id"].asUUID() << llendl; } //group icon |