aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgeneral.cpp
diff options
context:
space:
mode:
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"));