From b7d2ecbf1a48c03e98cc680a1b1bbf3609fd32de Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Mon, 20 Aug 2012 02:34:39 +0200 Subject: [PATCH] Able to play media again, thx VoodooSam --- indra/newview/llmediaremotectrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llmediaremotectrl.cpp b/indra/newview/llmediaremotectrl.cpp index e8d04ff2b..50d3276b8 100644 --- a/indra/newview/llmediaremotectrl.cpp +++ b/indra/newview/llmediaremotectrl.cpp @@ -241,7 +241,7 @@ void LLMediaRemoteCtrl::enableMediaButtons() LLButton* music_stop_btn = mMusicStopBtn; LLButton* music_pause_btn = mMusicPauseBtn; LLButton* media_play_btn = mMediaPlayBtn; - LLButton* media_stop_btn = mMediaPlayBtn; + LLButton* media_stop_btn = mMediaStopBtn; LLButton* media_pause_btn = mMediaPauseBtn; LLIconCtrl* media_icon = mMediaIcon;