Skip to content
Snippets Groups Projects
Commit f4c64f49 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Merge branch 'master' into 'master'

Fixed a bug where right clicking and opening the object profile floater for...

See merge request alchemy/alchemy!3
parents 0dac8225 4f94a852
No related branches found
No related tags found
1 merge request!3Fixed a bug where right clicking and opening the object profile floater for...
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment