aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lluictrl.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:11 -0500
committerJacek Antonelli2008-08-15 23:45:11 -0500
commit215f423cbe18fe9ca14a26caef918d303bad28ff (patch)
tree0743442b286216cc8e19aa487c26f4e9345ffd64 /linden/indra/llui/lluictrl.cpp
parentSecond Life viewer sources 1.18.3.5-RC (diff)
downloadmeta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.zip
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.gz
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.bz2
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.xz
Second Life viewer sources 1.18.4.0-RC
Diffstat (limited to 'linden/indra/llui/lluictrl.cpp')
-rw-r--r--linden/indra/llui/lluictrl.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/llui/lluictrl.cpp b/linden/indra/llui/lluictrl.cpp
index 0ac3916..7d35475 100644
--- a/linden/indra/llui/lluictrl.cpp
+++ b/linden/indra/llui/lluictrl.cpp
@@ -3,6 +3,8 @@
3 * @author James Cook, Richard Nelson, Tom Yedwab 3 * @author James Cook, Richard Nelson, Tom Yedwab
4 * @brief Abstract base class for UI controls 4 * @brief Abstract base class for UI controls
5 * 5 *
6 * $LicenseInfo:firstyear=2001&license=viewergpl$
7 *
6 * Copyright (c) 2001-2007, Linden Research, Inc. 8 * Copyright (c) 2001-2007, Linden Research, Inc.
7 * 9 *
8 * Second Life Viewer Source Code 10 * Second Life Viewer Source Code
@@ -25,6 +27,7 @@
25 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 27 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
26 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 28 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
27 * COMPLETENESS OR PERFORMANCE. 29 * COMPLETENESS OR PERFORMANCE.
30 * $/LicenseInfo$
28 */ 31 */
29 32
30//#include "llviewerprecompiledheaders.h" 33//#include "llviewerprecompiledheaders.h"
@@ -96,13 +99,13 @@ void LLUICtrl::onCommit()
96} 99}
97 100
98// virtual 101// virtual
99BOOL LLUICtrl::setTextArg( const LLString& key, const LLString& text ) 102BOOL LLUICtrl::setTextArg( const LLString& key, const LLStringExplicit& text )
100{ 103{
101 return FALSE; 104 return FALSE;
102} 105}
103 106
104// virtual 107// virtual
105BOOL LLUICtrl::setLabelArg( const LLString& key, const LLString& text ) 108BOOL LLUICtrl::setLabelArg( const LLString& key, const LLStringExplicit& text )
106{ 109{
107 return FALSE; 110 return FALSE;
108} 111}