summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-12-02 17:51:41 -0800
committerJames Cook <james@lindenlab.com>2009-12-02 17:51:41 -0800
commitdb37d721bd718112a88ec7741635b9e753fcfe10 (patch)
tree0dc18f44c28933229bd83cd87a233cce02c8f293 /indra/newview
parent0a490ca37739bc11a23623710c74a4977bc45186 (diff)
Use new Erica-supplied login screen bottom image.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpanellogin.cpp2
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");