aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnetmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llnetmap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llnetmap.cpp b/linden/indra/newview/llnetmap.cpp
index 3db447a..dcbf960 100644
--- a/linden/indra/newview/llnetmap.cpp
+++ b/linden/indra/newview/llnetmap.cpp
@@ -609,7 +609,7 @@ BOOL LLNetMap::handleToolTip( S32 x, S32 y, LLString& msg, LLRect* sticky_rect_s
609 msg.assign( region->getName() ); 609 msg.assign( region->getName() );
610 610
611#ifndef LL_RELEASE_FOR_DOWNLOAD 611#ifndef LL_RELEASE_FOR_DOWNLOAD
612 char buffer[MAX_STRING]; 612 char buffer[MAX_STRING]; /*Flawfinder: ignore*/
613 msg.append("\n"); 613 msg.append("\n");
614 region->getHost().getHostName(buffer, MAX_STRING); 614 region->getHost().getHostName(buffer, MAX_STRING);
615 msg.append(buffer); 615 msg.append(buffer);
@@ -791,7 +791,7 @@ BOOL LLNetMap::handleRightMouseDown(S32 x, S32 y, MASK mask)
791 if (menu) 791 if (menu)
792 { 792 {
793 menu->buildDrawLabels(); 793 menu->buildDrawLabels();
794 menu->updateParent(gMenuHolder); 794 menu->updateParent(LLMenuGL::sMenuContainer);
795 LLMenuGL::showPopup(this, menu, x, y); 795 LLMenuGL::showPopup(this, menu, x, y);
796 } 796 }
797 return TRUE; 797 return TRUE;