aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelmsgs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelmsgs.cpp')
-rw-r--r--linden/indra/newview/llpanelmsgs.cpp3
1 files changed, 3 insertions, 0 deletions
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()
65 childSetValue("show_new_inventory", gSavedSettings.getBOOL("ShowNewInventory")); 65 childSetValue("show_new_inventory", gSavedSettings.getBOOL("ShowNewInventory"));
66 childSetValue("show_in_inventory", gSavedSettings.getBOOL("ShowInInventory")); 66 childSetValue("show_in_inventory", gSavedSettings.getBOOL("ShowInInventory"));
67 67
68 childSetValue("notify_money_change_checkbox", gSavedSettings.getBOOL("NotifyMoneyChange"));
69
68 return TRUE; 70 return TRUE;
69} 71}
70 72
@@ -154,6 +156,7 @@ void LLPanelMsgs::apply()
154 gSavedSettings.setBOOL("AutoAcceptNewInventory", childGetValue("accept_new_inventory")); 156 gSavedSettings.setBOOL("AutoAcceptNewInventory", childGetValue("accept_new_inventory"));
155 gSavedSettings.setBOOL("ShowNewInventory", childGetValue("show_new_inventory")); 157 gSavedSettings.setBOOL("ShowNewInventory", childGetValue("show_new_inventory"));
156 gSavedSettings.setBOOL("ShowInInventory", childGetValue("show_in_inventory")); 158 gSavedSettings.setBOOL("ShowInInventory", childGetValue("show_in_inventory"));
159 gSavedSettings.setBOOL("NotifyMoneyChange", childGetValue("notify_money_change_checkbox"));
157} 160}
158 161
159void LLPanelMsgs::cancel() 162void LLPanelMsgs::cancel()