aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcompilequeue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llcompilequeue.cpp')
-rw-r--r--linden/indra/newview/llcompilequeue.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/newview/llcompilequeue.cpp b/linden/indra/newview/llcompilequeue.cpp
index 2bd2f2d..cebd51d 100644
--- a/linden/indra/newview/llcompilequeue.cpp
+++ b/linden/indra/newview/llcompilequeue.cpp
@@ -2,6 +2,8 @@
2 * @file llcompilequeue.cpp 2 * @file llcompilequeue.cpp
3 * @brief LLCompileQueueData class implementation 3 * @brief LLCompileQueueData class implementation
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/** 32/**
@@ -56,13 +59,11 @@
56#include "llviewerstats.h" 59#include "llviewerstats.h"
57#include "llvieweruictrlfactory.h" 60#include "llvieweruictrlfactory.h"
58 61
59// XUI:translate
60
61///---------------------------------------------------------------------------- 62///----------------------------------------------------------------------------
62/// Local function declarations, constants, enums, and typedefs 63/// Local function declarations, constants, enums, and typedefs
63///---------------------------------------------------------------------------- 64///----------------------------------------------------------------------------
64 65
65// XUI:translate 66// *TODO:Translate
66const char* COMPILE_QUEUE_TITLE = "Recompilation Progress"; 67const char* COMPILE_QUEUE_TITLE = "Recompilation Progress";
67const char* COMPILE_START_STRING = "recompile"; 68const char* COMPILE_START_STRING = "recompile";
68const char* RESET_QUEUE_TITLE = "Reset Progress"; 69const char* RESET_QUEUE_TITLE = "Reset Progress";