diff options
author | James Cook <james@lindenlab.com> | 2010-06-01 08:35:29 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-06-01 08:35:29 -0700 |
commit | f9110055b97801249dfdad3e742539ded281b82f (patch) | |
tree | 64d91c1b02940d57edbcc4f8dea5ec3596415777 /indra/newview/llfloaterbuyland.cpp | |
parent | 7d5e49ac619c9b3e5a00fbb4458f8c149658e194 (diff) | |
parent | 7666922593084fc741931662ba846284e39f6e9c (diff) |
Merge
Diffstat (limited to 'indra/newview/llfloaterbuyland.cpp')
-rw-r--r-- | indra/newview/llfloaterbuyland.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaterbuyland.cpp b/indra/newview/llfloaterbuyland.cpp index 292c88441a..2faa9531c4 100644 --- a/indra/newview/llfloaterbuyland.cpp +++ b/indra/newview/llfloaterbuyland.cpp @@ -829,8 +829,7 @@ void LLFloaterBuyLandUI::updateNames() } else { - mParcelSellerName = - LLSLURL("agent", parcelp->getOwnerID(), "inspect").getSLURLString(); + mParcelSellerName = LLSLURL("agent", parcelp->getOwnerID(), "completename").getSLURLString(); } } |