diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llfloaterurlentry.cpp | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-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); |