From f537a34e44dfe973ea1ed5aa4a6d8334bc452d75 Mon Sep 17 00:00:00 2001 From: Hazim Gazov Date: Mon, 3 May 2010 06:15:55 -0300 Subject: [PATCH] futzing with the object import code --- indra/newview/llimportobject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llimportobject.cpp b/indra/newview/llimportobject.cpp index d25654e67..ddd2ed736 100644 --- a/indra/newview/llimportobject.cpp +++ b/indra/newview/llimportobject.cpp @@ -361,7 +361,7 @@ LLImportObject::LLImportObject(std::string id, LLSD prim) importIsAttachment = false; mId = id; mParentId = ""; - mPrimName = "Object"; + mPrimName = "Primitive"; if(prim.has("parent")) { mParentId = prim["parent"].asString(); @@ -668,7 +668,7 @@ void LLXmlImport::onNewPrim(LLViewerObject* object) return; } } - + LLImportObject* from = sPrims[sPrimIndex]; // Flags