diff options
| author | prep <prep@lindenlab.com> | 2012-06-11 17:46:39 -0400 |
|---|---|---|
| committer | prep <prep@lindenlab.com> | 2012-06-11 17:46:39 -0400 |
| commit | 2400b8a651e5aec599c2132d3cf9c12b78b21d83 (patch) | |
| tree | eb3b8d3c0d6b85fc0bdd0db91f87c35b8df011f1 /indra/newview/lllocationinputctrl.h | |
| parent | 9252ad10fd28e98157137addde7df3ad883c9948 (diff) | |
WIP:path-703 Adding icon to slurl bar to indicate if dynamic pathfinding is enabled or disbled.
Diffstat (limited to 'indra/newview/lllocationinputctrl.h')
| -rw-r--r-- | indra/newview/lllocationinputctrl.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/lllocationinputctrl.h b/indra/newview/lllocationinputctrl.h index ed47ba73e3..e007369310 100644 --- a/indra/newview/lllocationinputctrl.h +++ b/indra/newview/lllocationinputctrl.h @@ -78,7 +78,8 @@ public: build_icon, scripts_icon, damage_icon, - see_avatars_icon; + see_avatars_icon, + pathfinding_dynamic_icon; Optional<LLTextBox::Params> damage_text; Params(); }; @@ -116,7 +117,8 @@ private: SCRIPTS_ICON, // 4 DAMAGE_ICON, // 5 SEE_AVATARS_ICON, // 6 - ICON_COUNT // 7 total + PATHFINDING_DYNAMIC,// 7 + ICON_COUNT // 8 total }; friend class LLUICtrlFactory; @@ -184,6 +186,7 @@ private: LLPointer<LLUIImage> mIconMaturityGeneral; LLPointer<LLUIImage> mIconMaturityAdult; LLPointer<LLUIImage> mIconMaturityModerate; + LLPointer<LLUIImage> mIconPathfindingDynamic; std::string mAddLandmarkTooltip; std::string mEditLandmarkTooltip; |
