From c07a4170324b61fc51e38ec72d44b26a52fc326e Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Tue, 25 Nov 2008 18:18:52 -0600 Subject: Added "code name" field for grid selections. The code name is used to fetch the proper splash page. This decouples the user-visible label from the name expected by the SL web server. --- linden/indra/newview/llpanellogin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/newview/llpanellogin.cpp') diff --git a/linden/indra/newview/llpanellogin.cpp b/linden/indra/newview/llpanellogin.cpp index 86dab63..1dff8e7 100644 --- a/linden/indra/newview/llpanellogin.cpp +++ b/linden/indra/newview/llpanellogin.cpp @@ -877,7 +877,7 @@ void LLPanelLogin::loadLoginPage() curl_free(curl_version); // Grid - char* curl_grid = curl_escape(LLViewerLogin::getInstance()->getGridLabel().c_str(), 0); + char* curl_grid = curl_escape(LLViewerLogin::getInstance()->getGridCodeName().c_str(), 0); oStr << "&grid=" << curl_grid; curl_free(curl_grid); -- cgit v1.1