From 55c25229b79b1755c989e5996c8e8d118f369721 Mon Sep 17 00:00:00 2001 From: James Cook Date: Thu, 3 Apr 2008 18:43:54 +0000 Subject: svn merge -r 83778:83944 maint-ui-10-merge QAR-442 --- indra/llmessage/llcachename.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'indra/llmessage') diff --git a/indra/llmessage/llcachename.cpp b/indra/llmessage/llcachename.cpp index 274bf5cc04..d482011194 100644 --- a/indra/llmessage/llcachename.cpp +++ b/indra/llmessage/llcachename.cpp @@ -43,9 +43,10 @@ #include "message.h" // Constants -const char* CN_WAITING = "(waiting)"; -const char* CN_NOBODY = "(nobody)"; -const char* CN_NONE = "(none)"; +// probably need a setUIString() call in the interface +const char* const CN_WAITING = "(Loading...)"; // *TODO: translate +const char* const CN_NOBODY = "(nobody)"; // *TODO: translate +const char* const CN_NONE = "(none)"; // *TODO: translate // llsd serialization constants static const std::string AGENTS("agents"); -- cgit v1.2.3