diff options
Diffstat (limited to 'indra/newview/llfloaterurldisplay.cpp')
-rw-r--r-- | indra/newview/llfloaterurldisplay.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterurldisplay.cpp b/indra/newview/llfloaterurldisplay.cpp index 38e524c4e0..c265c6169a 100644 --- a/indra/newview/llfloaterurldisplay.cpp +++ b/indra/newview/llfloaterurldisplay.cpp @@ -88,8 +88,8 @@ void LLFloaterURLDisplay::setSnapshotDisplay(const LLUUID& snapshot_id) } void LLFloaterURLDisplay::setName(const std::string& name) -{ - mPlacePanel->setName(name); +{ // Set the name and also clear description + mPlacePanel->resetName(name); } void LLFloaterURLDisplay::setLocationString(const std::string& name) |