From 10c97a9481142a417ea4009ea30bb51b5ba1fdf0 Mon Sep 17 00:00:00 2001 From: Dmitry Zaporozhan Date: Tue, 6 Apr 2010 12:27:42 +0300 Subject: Fixed normal bug EXT-6545 - Admin > God Tools > Object > Sim Name incorrectly reported. Using region name retrieval code. Fixed labels. Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/125/ --HG-- branch : product-engine --- indra/newview/llfloatergodtools.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfloatergodtools.cpp') diff --git a/indra/newview/llfloatergodtools.cpp b/indra/newview/llfloatergodtools.cpp index e7b2da043f..bd07cfdfbf 100644 --- a/indra/newview/llfloatergodtools.cpp +++ b/indra/newview/llfloatergodtools.cpp @@ -922,6 +922,7 @@ LLPanelObjectTools::~LLPanelObjectTools() BOOL LLPanelObjectTools::postBuild() { + refresh(); return TRUE; } -- cgit v1.2.3