diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-22 16:12:32 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-22 16:12:32 -0700 |
commit | 328322436c046bf229de83041b29ebe5ce7c4029 (patch) | |
tree | 05a0ebb9b5a7c4eab9885c4cf177c471c61c9d2f /indra/newview/llfloaterpathfindingcharacters.h | |
parent | 1ca92d37ddac87c09df9716e09cd7c37d94f85e7 (diff) |
PATH-764,PATH-765: Adding in a context menu option on right-click of an object to show in the linksets floater if all objects are non-characters, or to show in the characters floater if all objects are characters.
Diffstat (limited to 'indra/newview/llfloaterpathfindingcharacters.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingcharacters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingcharacters.h b/indra/newview/llfloaterpathfindingcharacters.h index a181a66ebd..56e08b7603 100644 --- a/indra/newview/llfloaterpathfindingcharacters.h +++ b/indra/newview/llfloaterpathfindingcharacters.h @@ -46,7 +46,7 @@ public: BOOL isPhysicsCapsuleEnabled(LLUUID& id, LLVector3& pos, LLQuaternion& rot ) const; - static void openCharactersViewer(); + static void openCharactersWithSelectedObjects(); static LLHandle<LLFloaterPathfindingCharacters> getInstanceHandle(); protected: |