diff options
author | prep <none@none> | 2012-06-12 11:23:31 -0400 |
---|---|---|
committer | prep <none@none> | 2012-06-12 11:23:31 -0400 |
commit | a45310e2af0abdcdb7a5d0ade1bd3c66af3dfae1 (patch) | |
tree | 9b0f1f93bdeb33d32525eb4d9a4b1df5946f67f4 /indra/newview/lllocationinputctrl.h | |
parent | 42f3648814923edad8a040620cb3db233597cbb9 (diff) |
Path-702: Added notification message and hooked up onparcelclick.
Diffstat (limited to 'indra/newview/lllocationinputctrl.h')
-rw-r--r-- | indra/newview/lllocationinputctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllocationinputctrl.h b/indra/newview/lllocationinputctrl.h index e007369310..e219d4ac5d 100644 --- a/indra/newview/lllocationinputctrl.h +++ b/indra/newview/lllocationinputctrl.h @@ -117,7 +117,7 @@ private: SCRIPTS_ICON, // 4 DAMAGE_ICON, // 5 SEE_AVATARS_ICON, // 6 - PATHFINDING_DYNAMIC,// 7 + PATHFINDING_DYNAMIC_ICON,// 7 ICON_COUNT // 8 total }; |