diff --git a/indra/newview/ascentprefschat.cpp b/indra/newview/ascentprefschat.cpp index bd52eb5f0..f80d86a22 100644 --- a/indra/newview/ascentprefschat.cpp +++ b/indra/newview/ascentprefschat.cpp @@ -491,6 +491,8 @@ void LLPrefsAscentChat::cancel() // Update local copy so cancel has no effect void LLPrefsAscentChat::apply() { + gSavedPerAccountSettings.setString("AscentInstantMessageResponse", childGetValue("im_response")); + refreshValues(); refresh(); }