summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-03-06 22:37:38 +0000
committerJames Cook <james@lindenlab.com>2009-03-06 22:37:38 +0000
commit2d60d45aead0b49787fb8ad8b5a03614fe17c170 (patch)
tree541e48320b3fe8ba9ba75bda64c09053fc75a1a6 /indra
parent6f25d31e8503db4cd5002151160d79e71cf83be8 (diff)
Trivial stub installer cleanup - resized the dialog, pointed at final URL for slideshow, added final art, fixed UserAgent. Added 1-line comment to llstartup.cpp about updater URL. Going into trunk because it's not tied to a viewer release and the functional code has been through QA elsewhere. OK by Steve/Q. Reviewed with Kelly.
svn merge -r113629:113831 svn+ssh://svn.lindenlab.com/svn/linden/branches/windows-setup/windows-setup-4
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llstartup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index f6e3b14ddb..36304a7191 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -2884,6 +2884,7 @@ bool update_dialog_callback(const LLSD& notification, const LLSD& response)
query_map["userserver"] = LLViewerLogin::getInstance()->getGridLabel();
query_map["channel"] = gSavedSettings.getString("VersionChannelName");
// *TODO constantize this guy
+ // *NOTE: This URL is also used in win_setup/lldownloader.cpp
LLURI update_url = LLURI::buildHTTP("secondlife.com", 80, "update.php", query_map);
if(LLAppViewer::sUpdaterInfo)