diff options
| author | Paul ProductEngine <pguslisty@productengine.com> | 2012-09-11 18:37:05 +0300 |
|---|---|---|
| committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-09-11 18:37:05 +0300 |
| commit | cb8ce1141837cc450756764e03a4564f8ab0c9eb (patch) | |
| tree | 5e35f7bb401d59fd7768985f58c4bac164c7b16a /indra/newview/llfloaterconversationpreview.cpp | |
| parent | 1e2dcbfb3fbc8717ea594365ff165115b29df83a (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.cpp | 2 |
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; |
