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

Cleanup

parent cc72159a
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -47,7 +47,7 @@ BOOL LLFloaterGenericText::postBuild() ...@@ -47,7 +47,7 @@ BOOL LLFloaterGenericText::postBuild()
{ {
setTitle(mTitle); setTitle(mTitle);
getChild<LLTextEditor>("payload")->setText(mContents); getChild<LLTextEditor>("payload")->setText(mContents);
return TRUE; return LLFloater::postBuild();
} }
void LLFloaterGenericText::onClickClose() void LLFloaterGenericText::onClickClose()
......
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