aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelmsgs.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-12-31 02:20:30 -0700
committerMcCabe Maxsted2009-12-31 02:20:30 -0700
commitc8390cbef5170142a81b91d503c6ce6688e5209c (patch)
treeb006f27076699ad2d7ae49f4316826dd4ec006eb /linden/indra/newview/llpanelmsgs.cpp
parentAdded preferences option to use legacy pie menu layout (diff)
downloadmeta-impy-c8390cbef5170142a81b91d503c6ce6688e5209c.zip
meta-impy-c8390cbef5170142a81b91d503c6ce6688e5209c.tar.gz
meta-impy-c8390cbef5170142a81b91d503c6ce6688e5209c.tar.bz2
meta-impy-c8390cbef5170142a81b91d503c6ce6688e5209c.tar.xz
Moved notify when L$ spent from Preferences > General to Preferences > Popups
Diffstat (limited to '')
-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()