diff options
Diffstat (limited to 'linden/indra/newview/lltoolview.cpp')
-rw-r--r-- | linden/indra/newview/lltoolview.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolview.cpp b/linden/indra/newview/lltoolview.cpp index 76de2e2..b3f0dc4 100644 --- a/linden/indra/newview/lltoolview.cpp +++ b/linden/indra/newview/lltoolview.cpp | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file lltoolview.cpp | 2 | * @file lltoolview.cpp |
3 | * @brief A UI contains for tool palette tools | 3 | * @brief A UI contains for tool palette tools |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2001-2007, Linden Research, Inc. | 7 | * Copyright (c) 2001-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 | #include "llviewerprecompiledheaders.h" | 32 | #include "llviewerprecompiledheaders.h" |
@@ -72,7 +75,7 @@ LLToolView::~LLToolView() | |||
72 | mContainList.deleteAllData(); | 75 | mContainList.deleteAllData(); |
73 | } | 76 | } |
74 | 77 | ||
75 | //XUI: translate | 78 | //*TODO:translate? |
76 | void LLToolView::addTool(const LLString& icon_off, const LLString& icon_on, LLPanel* panel, LLTool* tool, LLView* hoverView, const char* label) | 79 | void LLToolView::addTool(const LLString& icon_off, const LLString& icon_on, LLPanel* panel, LLTool* tool, LLView* hoverView, const char* label) |
77 | { | 80 | { |
78 | llassert(tool); | 81 | llassert(tool); |
@@ -192,3 +195,4 @@ void LLToolView::onClickToolButton(void* userdata) | |||
192 | gToolMgr->getCurrentToolset()->selectTool( clicked->mTool ); | 195 | gToolMgr->getCurrentToolset()->selectTool( clicked->mTool ); |
193 | } | 196 | } |
194 | 197 | ||
198 | |||