diff options
| author | Oz Linden <oz@lindenlab.com> | 2010-12-24 09:08:20 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2010-12-24 09:08:20 -0500 |
| commit | a9caa3151cea77b992c06c5a774d333ffd3016e1 (patch) | |
| tree | 330cee487295788c500bcd7096a125120a10ae75 /indra/newview/llfloatersearch.cpp | |
| parent | bdd07a7a648dc7e2c290d5aa837c22c20c4af31c (diff) | |
| parent | ef1c3aac889d118530994e878d83426d4fc2ca7c (diff) | |
merge fix for storm-411
Diffstat (limited to 'indra/newview/llfloatersearch.cpp')
| -rw-r--r-- | indra/newview/llfloatersearch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersearch.cpp b/indra/newview/llfloatersearch.cpp index 3ed4aec89a..2041fac8d8 100644 --- a/indra/newview/llfloatersearch.cpp +++ b/indra/newview/llfloatersearch.cpp @@ -200,5 +200,5 @@ void LLFloaterSearch::search(const LLSD &key) url = LLWeb::expandURLSubstitutions(url, subs); // and load the URL in the web view - mBrowser->navigateTo(url); + mBrowser->navigateTo(url, "text/html"); } |
