From 035eafb0c69c434c709862c816663f2b4ca2ab2b Mon Sep 17 00:00:00 2001 From: dolphin Date: Thu, 17 Oct 2013 14:36:54 -0700 Subject: Fixed slurl saving for the experience profile floater --- indra/newview/llfloaterexperienceprofile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llfloaterexperienceprofile.cpp b/indra/newview/llfloaterexperienceprofile.cpp index 740e800a07..0e868e199d 100644 --- a/indra/newview/llfloaterexperienceprofile.cpp +++ b/indra/newview/llfloaterexperienceprofile.cpp @@ -620,7 +620,7 @@ void LLFloaterExperienceProfile::doSave( int success_action ) package[LLExperienceCache::NAME] = getChild(EDIT TF_NAME)->getText(); package[LLExperienceCache::DESCRIPTION] = getChild(EDIT TF_DESC)->getText(); - package[LLExperienceCache::SLURL] = getChild(EDIT TF_SLURL)->getText(); + package[LLExperienceCache::SLURL] = getChild(EDIT TF_SLURL)->getText(); package[LLExperienceCache::MATURITY] = getChild(EDIT TF_MATURITY)->getSelectedValue().asInteger(); -- cgit v1.2.3