aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgeneral.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/llpanelgeneral.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 'linden/indra/newview/llpanelgeneral.cpp')
-rw-r--r--linden/indra/newview/llpanelgeneral.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelgeneral.cpp b/linden/indra/newview/llpanelgeneral.cpp
index 5664f03..3e2a048 100644
--- a/linden/indra/newview/llpanelgeneral.cpp
+++ b/linden/indra/newview/llpanelgeneral.cpp
@@ -67,7 +67,6 @@ BOOL LLPanelGeneral::postBuild()
67 childSetValue("afk_timeout_spinner", gSavedSettings.getF32("AFKTimeout")); 67 childSetValue("afk_timeout_spinner", gSavedSettings.getF32("AFKTimeout"));
68 childSetValue("mini_map_notify_chat", gSavedSettings.getBOOL("MiniMapNotifyChatRange")); 68 childSetValue("mini_map_notify_chat", gSavedSettings.getBOOL("MiniMapNotifyChatRange"));
69 childSetValue("mini_map_notify_sim", gSavedSettings.getBOOL("MiniMapNotifySimRange")); 69 childSetValue("mini_map_notify_sim", gSavedSettings.getBOOL("MiniMapNotifySimRange"));
70 childSetValue("notify_money_change_checkbox", gSavedSettings.getBOOL("NotifyMoneyChange"));
71 70
72 getChild<LLColorSwatchCtrl>("effect_color_swatch")->set(gSavedSettings.getColor4("EffectColor")); 71 getChild<LLColorSwatchCtrl>("effect_color_swatch")->set(gSavedSettings.getColor4("EffectColor"));
73 72
@@ -132,7 +131,6 @@ void LLPanelGeneral::apply()
132 gSavedSettings.setF32("AFKTimeout", childGetValue("afk_timeout_spinner").asReal()); 131 gSavedSettings.setF32("AFKTimeout", childGetValue("afk_timeout_spinner").asReal());
133 gSavedSettings.setBOOL("MiniMapNotifyChatRange", childGetValue("mini_map_notify_chat")); 132 gSavedSettings.setBOOL("MiniMapNotifyChatRange", childGetValue("mini_map_notify_chat"));
134 gSavedSettings.setBOOL("MiniMapNotifySimRange", childGetValue("mini_map_notify_sim")); 133 gSavedSettings.setBOOL("MiniMapNotifySimRange", childGetValue("mini_map_notify_sim"));
135 gSavedSettings.setBOOL("NotifyMoneyChange", childGetValue("notify_money_change_checkbox"));
136 gSavedSettings.setColor4("EffectColor", childGetValue("effect_color_swatch")); 134 gSavedSettings.setColor4("EffectColor", childGetValue("effect_color_swatch"));
137 gSavedSettings.setF32("UIScaleFactor", childGetValue("ui_scale_slider").asReal()); 135 gSavedSettings.setF32("UIScaleFactor", childGetValue("ui_scale_slider").asReal());
138 gSavedSettings.setBOOL("UIAutoScale", childGetValue("ui_auto_scale")); 136 gSavedSettings.setBOOL("UIAutoScale", childGetValue("ui_auto_scale"));