diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-19 20:21:08 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-19 20:21:08 +0200 |
commit | c9896ba504467117bf13a5f2d3526effc123212c (patch) | |
tree | d954d684b4002273e7e2631eb411d5d02341134f /indra/newview/llnamebox.h | |
parent | 138604c2e02f6c78be587ff1e253c31a10ee0301 (diff) |
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
Diffstat (limited to 'indra/newview/llnamebox.h')
-rw-r--r-- | indra/newview/llnamebox.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |