summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersellland.cpp
diff options
context:
space:
mode:
authorDenis Serdjuk <dserduk@productengine.com>2010-02-19 16:54:52 +0200
committerDenis Serdjuk <dserduk@productengine.com>2010-02-19 16:54:52 +0200
commit11a01981789b13d8f9e38286715accfe1eb665cf (patch)
tree07ac7c51c26f69f907891e0a89eac7e05d32c61b /indra/newview/llfloatersellland.cpp
parentfcd34cbe8e1fd90edd26486b7d2d004109b8fab7 (diff)
parent22676e6d38fe938f394a9764b226793b5862768c (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llfloatersellland.cpp')
-rw-r--r--indra/newview/llfloatersellland.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersellland.cpp b/indra/newview/llfloatersellland.cpp
index 9895665026..eae6121e79 100644
--- a/indra/newview/llfloatersellland.cpp
+++ b/indra/newview/llfloatersellland.cpp
@@ -170,6 +170,7 @@ BOOL LLFloaterSellLandUI::postBuild()
childSetAction("sell_btn", doSellLand, this);
childSetAction("show_objects", doShowObjects, this);
center();
+ getChild<LLUICtrl>("profile_scroll")->setTabStop(true);
return TRUE;
}