diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-03-23 17:38:22 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-03-23 17:38:22 +0200 |
commit | d43d8bc68b4cbe40e2fb39dea0530a152463d1f9 (patch) | |
tree | b2a0eef9e2067b31c3a302289a9881bdcb261e6c /indra/newview/llpanellandmarks.cpp | |
parent | 38db12920c92b00e11aa533980790e8572ba6908 (diff) |
SL-14900 new Landmark creation flow
Diffstat (limited to 'indra/newview/llpanellandmarks.cpp')
-rw-r--r-- | indra/newview/llpanellandmarks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanellandmarks.cpp b/indra/newview/llpanellandmarks.cpp index 1a10654a71..b5de28e469 100644 --- a/indra/newview/llpanellandmarks.cpp +++ b/indra/newview/llpanellandmarks.cpp @@ -500,7 +500,7 @@ void LLLandmarksPanel::onAddAction(const LLSD& userdata) const { args["dest_folder"] = view_model->getUUID(); } - LLFloaterSidePanelContainer::showPanel("places", args); + LLFloaterReg::showInstance("add_landmark", args); } } else if ("category" == command_name) |