From 690ac8d4b1280c78ca07e7e5a7b5dca0c75e7192 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Fri, 1 Aug 2014 05:56:20 -0400 Subject: [PATCH] Ooooops, broke showcase tab on SL, needs to expandURLSubstitutions(). --- indra/newview/llpaneldirfind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpaneldirfind.cpp b/indra/newview/llpaneldirfind.cpp index 9d862afd8..5e132cb07 100644 --- a/indra/newview/llpaneldirfind.cpp +++ b/indra/newview/llpaneldirfind.cpp @@ -353,7 +353,7 @@ void LLPanelDirFind::focus() void LLPanelDirFind::navigateToDefaultPage() { bool showcase(mBrowserName == "showcase_browser"); - std::string start_url = showcase ? LFSimFeatureHandler::instance().destinationGuideURL() : getSearchUrl(); + std::string start_url = showcase ? LLWeb::expandURLSubstitutions(LFSimFeatureHandler::instance().destinationGuideURL(), LLSD()) : getSearchUrl(); bool secondlife(gHippoGridManager->getConnectedGrid()->isSecondLife()); // Note: we use the web panel in OpenSim as well as Second Life -- MC if (start_url.empty() && !secondlife)