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/llfloaterpathfindinglinksets.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/llfloaterpathfindinglinksets.h')
-rw-r--r-- | indra/newview/llfloaterpathfindinglinksets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindinglinksets.h b/indra/newview/llfloaterpathfindinglinksets.h index c9ae5a059a..8e82992dbf 100644 --- a/indra/newview/llfloaterpathfindinglinksets.h +++ b/indra/newview/llfloaterpathfindinglinksets.h @@ -46,7 +46,7 @@ class LLVector3; class LLFloaterPathfindingLinksets : public LLFloaterPathfindingObjects { public: - static void openLinksetsEditor(); + static void openLinksetsWithSelectedObjects(); protected: friend class LLFloaterReg; |