diff options
Diffstat (limited to 'linden/indra/newview/llfloaterurlentry.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterurlentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterurlentry.cpp b/linden/indra/newview/llfloaterurlentry.cpp index e9c828b..bddef85 100644 --- a/linden/indra/newview/llfloaterurlentry.cpp +++ b/linden/indra/newview/llfloaterurlentry.cpp | |||
@@ -213,7 +213,7 @@ void LLFloaterURLEntry::onBtnOK( void* userdata ) | |||
213 | } | 213 | } |
214 | 214 | ||
215 | // leading whitespace causes problems with the MIME-type detection so strip it | 215 | // leading whitespace causes problems with the MIME-type detection so strip it |
216 | LLString::trim( media_url ); | 216 | LLStringUtil::trim( media_url ); |
217 | 217 | ||
218 | // First check the URL scheme | 218 | // First check the URL scheme |
219 | LLURI url(media_url); | 219 | LLURI url(media_url); |