diff options
| author | Richard Nelson <none@none> | 2010-07-30 10:07:14 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-07-30 10:07:14 -0700 |
| commit | 76a9c1214fd371bdccf11857156d318cd21ae8bd (patch) | |
| tree | 829bd18ebb1ec90234973a980979ca92cebe38ff /indra/newview/llfloaterhelpbrowser.cpp | |
| parent | 5e32fb5d28921e8adcdade56b97861356c590855 (diff) | |
| parent | 566e3969f98c7ac10fe151ba119a78ac5eda2e3c (diff) | |
merge
Diffstat (limited to 'indra/newview/llfloaterhelpbrowser.cpp')
| -rw-r--r-- | indra/newview/llfloaterhelpbrowser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterhelpbrowser.cpp b/indra/newview/llfloaterhelpbrowser.cpp index f3c6b286ab..6aa1e92438 100644 --- a/indra/newview/llfloaterhelpbrowser.cpp +++ b/indra/newview/llfloaterhelpbrowser.cpp @@ -92,11 +92,11 @@ void LLFloaterHelpBrowser::handleMediaEvent(LLPluginClassMedia* self, EMediaEven break; case MEDIA_EVENT_NAVIGATE_BEGIN: - childSetText("status_text", getString("loading_text")); + getChild<LLUICtrl>("status_text")->setValue(getString("loading_text")); break; case MEDIA_EVENT_NAVIGATE_COMPLETE: - childSetText("status_text", getString("done_text")); + getChild<LLUICtrl>("status_text")->setValue(getString("done_text")); break; default: |
