From 2d60d45aead0b49787fb8ad8b5a03614fe17c170 Mon Sep 17 00:00:00 2001
From: James Cook <james@lindenlab.com>
Date: Fri, 6 Mar 2009 22:37:38 +0000
Subject: [PATCH] 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
---
 indra/newview/llstartup.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index f6e3b14ddb2..36304a71912 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)
-- 
GitLab