summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterconversationpreview.cpp
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2012-09-11 18:37:05 +0300
committerPaul ProductEngine <pguslisty@productengine.com>2012-09-11 18:37:05 +0300
commitcb8ce1141837cc450756764e03a4564f8ab0c9eb (patch)
tree5e35f7bb401d59fd7768985f58c4bac164c7b16a /indra/newview/llfloaterconversationpreview.cpp
parent1e2dcbfb3fbc8717ea594365ff165115b29df83a (diff)
CHUI-336 FIXED (Remove Description label and field from Chat history viewer)
- Removed lineeditor and text box from code and xml
Diffstat (limited to 'indra/newview/llfloaterconversationpreview.cpp')
-rw-r--r--indra/newview/llfloaterconversationpreview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloaterconversationpreview.cpp b/indra/newview/llfloaterconversationpreview.cpp
index 9ea35fcbad..dbcf154ef2 100644
--- a/indra/newview/llfloaterconversationpreview.cpp
+++ b/indra/newview/llfloaterconversationpreview.cpp
@@ -65,8 +65,6 @@ BOOL LLFloaterConversationPreview::postBuild()
std::string title = getString("Title", args);
setTitle(title);
- getChild<LLLineEditor>("description")->setValue(name);
-
LLLogChat::loadChatHistory(file, mMessages, true);
mCurrentPage = mMessages.size() / mPageSize;