From 8f02b5479577b1e623b46894963d4c17329e53a9 Mon Sep 17 00:00:00 2001 From: elektrahesse Date: Mon, 27 Sep 2010 15:58:52 +0200 Subject: Fixed a mismatch in control naming causing the viewer to crash at startup --- linden/indra/newview/llhudeffectlookat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden') diff --git a/linden/indra/newview/llhudeffectlookat.cpp b/linden/indra/newview/llhudeffectlookat.cpp index 23fc947..2c0431b 100644 --- a/linden/indra/newview/llhudeffectlookat.cpp +++ b/linden/indra/newview/llhudeffectlookat.cpp @@ -574,7 +574,7 @@ void LLHUDEffectLookAt::render() } gGL.end(); gGL.popMatrix(); - static BOOL *sEmeraldShowLookAtNames = rebind_llcontrol("EmeraldShowLookAtNames", &gSavedSettings, true); + static BOOL *sEmeraldShowLookAtNames = rebind_llcontrol("ShowLookAtNames", &gSavedSettings, true); if (*sEmeraldShowLookAtNames) { const LLFontGL* fontp = LLResMgr::getInstance()->getRes( LLFONT_SANSSERIF_SMALL ); -- cgit v1.1