summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorYchebotarev ProductEngine <ychebotarev@productengine.com>2010-01-20 17:56:47 +0200
committerYchebotarev ProductEngine <ychebotarev@productengine.com>2010-01-20 17:56:47 +0200
commitfd9def311a84f78c33013e52180deeb0582fd28a (patch)
tree3ced37c024aa0d6ae0de6a1d23edcafaad54c9e8 /indra/newview
parentf4b8822aca5aeebaed56b4bfa3b762b3aa7d0640 (diff)
more on LLFloaterChat - oops...commit code with error
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewermenu.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index 5692ccee29..f1d550f625 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -6381,8 +6381,11 @@ void handle_selected_texture_info(void*)
std::string msg;
msg.assign("Texture info for: ");
msg.append(node->mName);
- LLChat chat(msg);
- LLFloaterChat::addChat(chat);
+
+ //TODO* CHAT: how to show this?
+ //LLSD args;
+ //args["MESSAGE"] = msg;
+ //LLNotificationsUtil::add("SystemMessage", args);
U8 te_count = node->getObject()->getNumTEs();
// map from texture ID to list of faces using it