aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llspinctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llspinctrl.h')
-rw-r--r--linden/indra/llui/llspinctrl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/llui/llspinctrl.h b/linden/indra/llui/llspinctrl.h
index c854ff0..f2c7b40 100644
--- a/linden/indra/llui/llspinctrl.h
+++ b/linden/indra/llui/llspinctrl.h
@@ -2,6 +2,8 @@
2 * @file llspinctrl.h 2 * @file llspinctrl.h
3 * @brief LLSpinCtrl base class 3 * @brief LLSpinCtrl base class
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 *
5 * Copyright (c) 2002-2007, Linden Research, Inc. 7 * Copyright (c) 2002-2007, Linden Research, Inc.
6 * 8 *
7 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
@@ -24,6 +26,7 @@
24 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
25 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
26 * COMPLETENESS OR PERFORMANCE. 28 * COMPLETENESS OR PERFORMANCE.
29 * $/LicenseInfo$
27 */ 30 */
28 31
29#ifndef LL_LLSPINCTRL_H 32#ifndef LL_LLSPINCTRL_H
@@ -93,7 +96,7 @@ public:
93 virtual void setMaxValue(F32 max) { mMaxValue = max; } 96 virtual void setMaxValue(F32 max) { mMaxValue = max; }
94 virtual void setIncrement(F32 inc) { mIncrement = inc; } 97 virtual void setIncrement(F32 inc) { mIncrement = inc; }
95 98
96 void setLabel(const LLString& label); 99 void setLabel(const LLStringExplicit& label);
97 void setLabelColor(const LLColor4& c) { mTextEnabledColor = c; } 100 void setLabelColor(const LLColor4& c) { mTextEnabledColor = c; }
98 void setDisabledLabelColor(const LLColor4& c) { mTextDisabledColor = c; } 101 void setDisabledLabelColor(const LLColor4& c) { mTextDisabledColor = c; }
99 102