diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-21 16:39:35 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-21 16:39:35 -0700 |
commit | 11b6e272abf05c5429865aaa1366bd450b8bc218 (patch) | |
tree | 6e583f9538d550f5cc4403a9d17039fea7db50f2 /indra/newview/res/viewerRes.rc | |
parent | fb1fa8434a1a84105f67e72fdf72d300be2951bb (diff) |
PATH-743: Altering the mouse cursor to give more feed back when in path testing mode.
Diffstat (limited to 'indra/newview/res/viewerRes.rc')
-rw-r--r-- | indra/newview/res/viewerRes.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/res/viewerRes.rc b/indra/newview/res/viewerRes.rc index 686de0e7d5..0b469c8d81 100644 --- a/indra/newview/res/viewerRes.rc +++ b/indra/newview/res/viewerRes.rc @@ -123,6 +123,8 @@ TOOLBUY CURSOR "toolbuy.cur" TOOLOPEN CURSOR "toolopen.cur" TOOLSIT CURSOR "toolsit.cur" TOOLPATHFINDING CURSOR "lltoolpathfinding.cur" +TOOLPATHFINDINGPATHSTART CURSOR "lltoolpathfindingpathstart.cur" +TOOLPATHFINDINGPATHEND CURSOR "lltoolpathfindingpathend.cur" TOOLNO CURSOR "llno.cur" ///////////////////////////////////////////////////////////////////////////// |