diff options
author | Denis Serdjuk <dserduk@productengine.com> | 2009-12-29 18:14:44 +0200 |
---|---|---|
committer | Denis Serdjuk <dserduk@productengine.com> | 2009-12-29 18:14:44 +0200 |
commit | f036105dc919203f950bc97cbfe3f5fbeaa420d6 (patch) | |
tree | c4277aaa22da13e06fe86329901bf20dd78984ca /indra/newview/lllocationinputctrl.h | |
parent | 8f91db2e80d0e66432847f7056775a567a8b4fe6 (diff) |
fixed bug EXT-3726 Cannot edit pasted text in Address Bar
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/lllocationinputctrl.h')
-rw-r--r-- | indra/newview/lllocationinputctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lllocationinputctrl.h b/indra/newview/lllocationinputctrl.h index 0211062b05..7959fab2de 100644 --- a/indra/newview/lllocationinputctrl.h +++ b/indra/newview/lllocationinputctrl.h @@ -169,6 +169,8 @@ private: std::string mAddLandmarkTooltip; std::string mEditLandmarkTooltip; + // this field holds a human-readable form of the location string, it is needed to be able to compare copy-pated value and real location + std::string mHumanReadableLocation; }; #endif |