diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-30 13:03:53 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-30 13:03:53 +0100 |
commit | 978402adea173635c72cf8e81c375bbcc6bdd4ed (patch) | |
tree | 55a74d8e715d9af7f37a548e87f833752bfd01e8 /indra/newview/lltoastgroupnotifypanel.cpp | |
parent | d3a9d6a6cef6630995c652b4cc04c8807dbe6d4e (diff) | |
parent | 0e7b77b9827668fd9819be807ff0dfa4cd0b1219 (diff) |
merge vwr-20756 / llTextbox() viewer support.
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 78cc96b353..3fb65368c3 100644 --- a/indra/newview/lltoastgroupnotifypanel.cpp +++ b/indra/newview/lltoastgroupnotifypanel.cpp @@ -59,7 +59,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 |