aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpaneldebug.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llpaneldebug.cpp
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/llpaneldebug.cpp')
-rw-r--r--linden/indra/newview/llpaneldebug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpaneldebug.cpp b/linden/indra/newview/llpaneldebug.cpp
index 3166a1d..0293c24 100644
--- a/linden/indra/newview/llpaneldebug.cpp
+++ b/linden/indra/newview/llpaneldebug.cpp
@@ -100,6 +100,7 @@ LLPanelDebug::LLPanelDebug(const std::string& name, const LLRect& rect)
100 RULER2 + SPINCTRL_DEFAULT_LABEL_WIDTH + SPINCTRL_BTN_WIDTH, 100 RULER2 + SPINCTRL_DEFAULT_LABEL_WIDTH + SPINCTRL_BTN_WIDTH,
101 TRUE, 101 TRUE,
102 TRUE, 102 TRUE,
103 FALSE,
103 NULL, NULL, 104 NULL, NULL,
104 (F32)gSavedSettings.getS32("DropShadowFloater"), 105 (F32)gSavedSettings.getS32("DropShadowFloater"),
105 0.f, 10.f, 1.0f, 106 0.f, 10.f, 1.0f,
@@ -118,6 +119,7 @@ LLPanelDebug::LLPanelDebug(const std::string& name, const LLRect& rect)
118 RULER2 + SPINCTRL_DEFAULT_LABEL_WIDTH + SPINCTRL_BTN_WIDTH, 119 RULER2 + SPINCTRL_DEFAULT_LABEL_WIDTH + SPINCTRL_BTN_WIDTH,
119 TRUE, 120 TRUE,
120 TRUE, 121 TRUE,
122 FALSE,
121 NULL, NULL, 123 NULL, NULL,
122 (F32)gSavedSettings.getS32("DropShadowButton"), 124 (F32)gSavedSettings.getS32("DropShadowButton"),
123 0.f, 10.f, 1.0f, 125 0.f, 10.f, 1.0f,