diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-09-26 14:41:21 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-09-26 14:41:21 -0400 |
commit | f3f841bddfb8d54929b911e930aa8babebddd487 (patch) | |
tree | 7fc249940c2566338b03e77cfceb8eee47ab52a6 /indra/newview | |
parent | 0a9d558cd02e8955415bbbaca20d57cd6eddab60 (diff) |
SH-2425 FIX - customized upload permissions info for damballah/staging
Diffstat (limited to 'indra/newview')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llfloatermodelpreview.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index e4046b06aa..77e9b4eeb8 100644..100755 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -496,6 +496,11 @@ BOOL LLFloaterModelPreview::postBuild() { validate_url = "http://secondlife.com/my/account/mesh.php"; } + else if (current_grid == "damballah") + { + // Staging grid has its own naming scheme. + validate_url = "http://secondlife-staging.com/my/account/mesh.php"; + } else { validate_url = llformat("http://secondlife.%s.lindenlab.com/my/account/mesh.php",current_grid.c_str()); |