diff options
author | James Cook <james@lindenlab.com> | 2009-12-02 17:51:41 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-02 17:51:41 -0800 |
commit | db37d721bd718112a88ec7741635b9e753fcfe10 (patch) | |
tree | 0dc18f44c28933229bd83cd87a233cce02c8f293 /indra | |
parent | 0a490ca37739bc11a23623710c74a4977bc45186 (diff) |
Use new Erica-supplied login screen bottom image.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanellogin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index d2a17dbd97..4bae6af12e 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -191,7 +191,7 @@ LLPanelLogin::LLPanelLogin(const LLRect &rect, gViewerWindow->getRootView()->addChildInBack(this); // Logo - mLogoImage = LLUI::getUIImage("startup_logo.j2c"); + mLogoImage = LLUI::getUIImage("startup_logo"); LLUICtrlFactory::getInstance()->buildPanel(this, "panel_login.xml"); |