summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellandmarkinfo.h
diff options
context:
space:
mode:
authorSergei Litovchuk <slitovchuk@productengine.com>2009-12-26 22:37:12 +0200
committerSergei Litovchuk <slitovchuk@productengine.com>2009-12-26 22:37:12 +0200
commit6008bf61b2d0475a274ad2b851b61e69496b5bf8 (patch)
treedbf678c75474c10267d4621d03e8457c695584eb /indra/newview/llpanellandmarkinfo.h
parent821bc769273d67150e8b5e937b97ae10fd91983c (diff)
Fixed low bug EXT-2296 "View LM: Unnecessary green rectangle appears around title of LM after click on it"
Fixed low bug EXT-2297 "View LM: Implement ellipsis for LM title" --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanellandmarkinfo.h')
-rw-r--r--indra/newview/llpanellandmarkinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanellandmarkinfo.h b/indra/newview/llpanellandmarkinfo.h
index 73e0ddb9cc..2a9949ae41 100644
--- a/indra/newview/llpanellandmarkinfo.h
+++ b/indra/newview/llpanellandmarkinfo.h
@@ -77,7 +77,8 @@ private:
LLTextBox* mOwner;
LLTextBox* mCreator;
LLTextBox* mCreated;
- LLLineEditor* mTitleEditor;
+ LLTextBox* mLandmarkTitle;
+ LLLineEditor* mLandmarkTitleEditor;
LLTextEditor* mNotesEditor;
LLComboBox* mFolderCombo;
};