diff options
| author | Richard Linden <none@none> | 2010-11-23 16:25:10 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-11-23 16:25:10 -0800 |
| commit | f8d08af9f1e810c977626e4131baf771d2b3655c (patch) | |
| tree | 16f7d2bf54d481e2f4372b43f5dff1d15b5458a4 /indra/newview/llchathistory.cpp | |
| parent | ab34a6328026e61db5758f246773e29d5bf6d506 (diff) | |
SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1
converted LLLayoutStack orientation param to use named enums
Diffstat (limited to 'indra/newview/llchathistory.cpp')
| -rw-r--r-- | indra/newview/llchathistory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index 271ee0c4a4..e933770601 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -586,7 +586,7 @@ void LLChatHistory::initFromParams(const LLChatHistory::Params& p) LLLayoutStack::Params layout_p; layout_p.rect = stack_rect; layout_p.follows.flags = FOLLOWS_ALL; - layout_p.orientation = "vertical"; + layout_p.orientation = LLLayoutStack::VERTICAL; layout_p.mouse_opaque = false; LLLayoutStack* stackp = LLUICtrlFactory::create<LLLayoutStack>(layout_p, this); |
