diff options
Diffstat (limited to 'linden/indra/newview/llfloaterurldisplay.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterurldisplay.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterurldisplay.cpp b/linden/indra/newview/llfloaterurldisplay.cpp index 457d8b6..563eaf6 100644 --- a/linden/indra/newview/llfloaterurldisplay.cpp +++ b/linden/indra/newview/llfloaterurldisplay.cpp | |||
@@ -75,8 +75,7 @@ void LLFloaterURLDisplay::displayParcelInfo(U64 region_handle, const LLVector3& | |||
75 | 75 | ||
76 | LLUUID region_id; // don't know this | 76 | LLUUID region_id; // don't know this |
77 | LLUUID landmark_asset_id; // don't know this either | 77 | LLUUID landmark_asset_id; // don't know this either |
78 | LLUUID landmark_item_id; // don't know this either | 78 | mPlacePanel->displayParcelInfo(pos_local, landmark_asset_id, region_id, pos_global); |
79 | mPlacePanel->displayParcelInfo(pos_local, landmark_asset_id, landmark_item_id, region_id, pos_global); | ||
80 | 79 | ||
81 | this->setVisible(true); | 80 | this->setVisible(true); |
82 | this->setFrontmost(true); | 81 | this->setFrontmost(true); |