diff --git a/indra/newview/llfloaterregionrestarting.cpp b/indra/newview/llfloaterregionrestarting.cpp index 26e0da4d6..3064425e4 100644 --- a/indra/newview/llfloaterregionrestarting.cpp +++ b/indra/newview/llfloaterregionrestarting.cpp @@ -100,12 +100,12 @@ LLFloaterRegionRestarting::LLFloaterRegionRestarting(const LLSD& key) : LLEventTimer(1) , mRestartSeconds(NULL) , mSeconds(key["SECONDS"].asInteger()) +, mName(key.has("NAME") ? key["NAME"].asString() : gAgent.getRegion()->getName()) // , mShakeIterations() , mShakeMagnitude() { //buildFromFile("floater_region_restarting.xml"); LLUICtrlFactory::getInstance()->buildFloater(this, "floater_region_restarting.xml"); - mName = key.has("NAME") ? key["NAME"].asString() : gAgent.getRegion()->getName(); // center(); }