Fix push to talk lock

This commit is contained in:
Siana Gearz
2012-08-09 15:28:04 +02:00
parent ca630a106e
commit adc2921f38

View File

@@ -111,7 +111,7 @@ void LLVoiceRemoteCtrl::draw()
mTalkBtn->setEnabled(voice_active);
mTalkLockBtn->setEnabled(voice_active);
static LLCachedControl<bool> ptt_currently_enabled("PPTCurrentlyEnabled",false);
static LLCachedControl<bool> ptt_currently_enabled("PTTCurrentlyEnabled",false);
// propagate ptt state to button display,
if (!mTalkBtn->hasMouseCapture())
{