diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-06-18 17:17:25 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-06-18 17:17:25 -0700 |
commit | 9916ec0f24dfe880d02117c653d2b19215990e60 (patch) | |
tree | fe6d60090682752563b921393b029bf6504a3004 /indra/newview | |
parent | e9e92145620545b935c5e0ff081b4c87c59b72c9 (diff) |
Specify a MIME type in the navigate in LLFloaterBuyCurrencyHTML::navigateToFinalURL(), so it can skip the MIME type probe.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterbuycurrencyhtml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterbuycurrencyhtml.cpp b/indra/newview/llfloaterbuycurrencyhtml.cpp index 7f41a64064..d45df37092 100644 --- a/indra/newview/llfloaterbuycurrencyhtml.cpp +++ b/indra/newview/llfloaterbuycurrencyhtml.cpp @@ -91,7 +91,7 @@ void LLFloaterBuyCurrencyHTML::navigateToFinalURL() llinfos << "Buy currency HTML prased URL is " << buy_currency_url << llendl; // kick off the navigation - mBrowser->navigateTo( buy_currency_url ); + mBrowser->navigateTo( buy_currency_url, "text/html" ); } //////////////////////////////////////////////////////////////////////////////// |