From c8390cbef5170142a81b91d503c6ce6688e5209c Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Thu, 31 Dec 2009 02:20:30 -0700 Subject: Moved notify when L$ spent from Preferences > General to Preferences > Popups --- linden/indra/newview/llpanelmsgs.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llpanelmsgs.cpp') diff --git a/linden/indra/newview/llpanelmsgs.cpp b/linden/indra/newview/llpanelmsgs.cpp index e0b1052..006f536 100644 --- a/linden/indra/newview/llpanelmsgs.cpp +++ b/linden/indra/newview/llpanelmsgs.cpp @@ -65,6 +65,8 @@ BOOL LLPanelMsgs::postBuild() childSetValue("show_new_inventory", gSavedSettings.getBOOL("ShowNewInventory")); childSetValue("show_in_inventory", gSavedSettings.getBOOL("ShowInInventory")); + childSetValue("notify_money_change_checkbox", gSavedSettings.getBOOL("NotifyMoneyChange")); + return TRUE; } @@ -154,6 +156,7 @@ void LLPanelMsgs::apply() gSavedSettings.setBOOL("AutoAcceptNewInventory", childGetValue("accept_new_inventory")); gSavedSettings.setBOOL("ShowNewInventory", childGetValue("show_new_inventory")); gSavedSettings.setBOOL("ShowInInventory", childGetValue("show_in_inventory")); + gSavedSettings.setBOOL("NotifyMoneyChange", childGetValue("notify_money_change_checkbox")); } void LLPanelMsgs::cancel() -- cgit v1.1