diff --git a/indra/newview/llsidepaneltaskinfo.cpp b/indra/newview/llsidepaneltaskinfo.cpp index 3337717ba62fe2388d205c6a6204fc3be2dea191..e16052d3119ed006f2753911543cbd7831850a63 100644 --- a/indra/newview/llsidepaneltaskinfo.cpp +++ b/indra/newview/llsidepaneltaskinfo.cpp @@ -125,9 +125,11 @@ BOOL LLSidepanelTaskInfo::postBuild() mCreatorNameLabel = getChild<LLTextBox>("CreatorNameLabel"); mCreatorNameEditor = getChild<LLTextBox>("Creator Name"); + mCreatorNameEditor->setValue(LLStringUtil::null); mOwnerNameLabel = getChild<LLTextBox>("Owner:"); mOwnerNameEditor = getChild<LLTextBox>("Owner Name"); + mOwnerNameEditor->setValue(LLStringUtil::null); mGroupNameLabel = getChild<LLTextBox>("Group_label"); mGroupSetButton = getChild<LLButton>("button set group");