diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2009-10-14 01:51:49 +0000 |
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2009-10-14 01:51:49 +0000 |
| commit | d6db0f8b297686c6ae97ace23d0714c4ae95b1f3 (patch) | |
| tree | 54ab1b9a9994f7a477a9363d6dcb7d7af9df0290 /indra/newview/lllocationinputctrl.h | |
| parent | 09108591cd61bd84d3b5b661573e8df49cdbedb8 (diff) | |
EXT-1393 "none" does not appear in object group list
EXT-1479 I18N: string in /en/widgets/location_input.xml wont honor its translation
and made tabs height customizable
reviewed by Richard
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 c74a294ca3..cd5c482005 100644 --- a/indra/newview/lllocationinputctrl.h +++ b/indra/newview/lllocationinputctrl.h @@ -66,6 +66,8 @@ public: Optional<S32> add_landmark_hpad; Optional<LLButton::Params> add_landmark_button, info_button; + Optional<std::string> add_landmark_tool_tip; + Optional<std::string> edit_landmark_tool_tip; Params(); }; |
