From adc2921f387cdac0bf512c8a2998e9dcf65e6a46 Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Thu, 9 Aug 2012 15:28:04 +0200 Subject: [PATCH] Fix push to talk lock --- indra/newview/llvoiceremotectrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llvoiceremotectrl.cpp b/indra/newview/llvoiceremotectrl.cpp index f89a3cf27..f8d402a61 100644 --- a/indra/newview/llvoiceremotectrl.cpp +++ b/indra/newview/llvoiceremotectrl.cpp @@ -111,7 +111,7 @@ void LLVoiceRemoteCtrl::draw() mTalkBtn->setEnabled(voice_active); mTalkLockBtn->setEnabled(voice_active); - static LLCachedControl ptt_currently_enabled("PPTCurrentlyEnabled",false); + static LLCachedControl ptt_currently_enabled("PTTCurrentlyEnabled",false); // propagate ptt state to button display, if (!mTalkBtn->hasMouseCapture()) {