From c9896ba504467117bf13a5f2d3526effc123212c Mon Sep 17 00:00:00 2001 From: Vadim Savchuk Date: Tue, 19 Jan 2010 20:21:08 +0200 Subject: Fixed name_box to display correct initial value (e.g. "Loading...") until the name is cached instead of a broken link "(nobody)". --HG-- branch : product-engine --- indra/newview/llnamebox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llnamebox.h') diff --git a/indra/newview/llnamebox.h b/indra/newview/llnamebox.h index 0109525e85..48b54faec8 100644 --- a/indra/newview/llnamebox.h +++ b/indra/newview/llnamebox.h @@ -76,6 +76,7 @@ private: private: LLUUID mNameID; BOOL mLink; + std::string mInitialValue; }; -- cgit v1.2.3