diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llurlsimstring.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llurlsimstring.cpp')
-rw-r--r-- | linden/indra/newview/llurlsimstring.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/llurlsimstring.cpp b/linden/indra/newview/llurlsimstring.cpp index efa3c5a..147589c 100644 --- a/linden/indra/newview/llurlsimstring.cpp +++ b/linden/indra/newview/llurlsimstring.cpp | |||
@@ -69,7 +69,6 @@ void LLURLSimString::setString(const LLString& sim_string) | |||
69 | idx = (idx == LLString::npos) ? 0 : idx+2; | 69 | idx = (idx == LLString::npos) ? 0 : idx+2; |
70 | sInstance.mSimString = tstring.substr(idx); | 70 | sInstance.mSimString = tstring.substr(idx); |
71 | } | 71 | } |
72 | LLPanelLogin::refreshLocation( false ); // in case LLPanelLogin is visible | ||
73 | } | 72 | } |
74 | 73 | ||
75 | // "/100" -> 100 | 74 | // "/100" -> 100 |