diff options
author | McCabe Maxsted | 2009-12-31 02:20:30 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-12-31 02:20:30 -0700 |
commit | c8390cbef5170142a81b91d503c6ce6688e5209c (patch) | |
tree | b006f27076699ad2d7ae49f4316826dd4ec006eb /linden/indra/newview/llpanelmsgs.cpp | |
parent | Added preferences option to use legacy pie menu layout (diff) | |
download | meta-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.cpp | 3 |
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 | ||
159 | void LLPanelMsgs::cancel() | 162 | void LLPanelMsgs::cancel() |