summaryrefslogtreecommitdiff
path: root/indra/newview/lllocationinputctrl.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-18 17:55:27 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-18 17:55:27 -0700
commit8b8f2fedbd733bad027f53cf2d6cc172c1d4b6d9 (patch)
treeb95460556e3d4471dcd45383aea66d43ca0dd6e6 /indra/newview/lllocationinputctrl.h
parentb59a82fc8ea5a23a886d3eb5d3c27b7c1d97d8d6 (diff)
Renaming the dynamic pathfinding icons to be better represent pathfinding disabled.
Diffstat (limited to 'indra/newview/lllocationinputctrl.h')
-rw-r--r--indra/newview/lllocationinputctrl.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/lllocationinputctrl.h b/indra/newview/lllocationinputctrl.h
index e219d4ac5d..14650c57b5 100644
--- a/indra/newview/lllocationinputctrl.h
+++ b/indra/newview/lllocationinputctrl.h
@@ -79,7 +79,7 @@ public:
scripts_icon,
damage_icon,
see_avatars_icon,
- pathfinding_dynamic_icon;
+ pathfinding_disabled_icon;
Optional<LLTextBox::Params> damage_text;
Params();
};
@@ -111,14 +111,14 @@ private:
enum EParcelIcon
{
VOICE_ICON = 0,
- FLY_ICON, // 1
- PUSH_ICON, // 2
- BUILD_ICON, // 3
- SCRIPTS_ICON, // 4
- DAMAGE_ICON, // 5
- SEE_AVATARS_ICON, // 6
- PATHFINDING_DYNAMIC_ICON,// 7
- ICON_COUNT // 8 total
+ FLY_ICON, // 1
+ PUSH_ICON, // 2
+ BUILD_ICON, // 3
+ SCRIPTS_ICON, // 4
+ DAMAGE_ICON, // 5
+ SEE_AVATARS_ICON, // 6
+ PATHFINDING_DISABLED_ICON,// 7
+ ICON_COUNT // 8 total
};
friend class LLUICtrlFactory;