Commit 0369e651 authored by Can Wu's avatar Can Wu Committed by Rémi Duraffort

http: fix volume mute icon file name

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent afc7f652
......@@ -95,7 +95,7 @@ sout and playlist .
<span class="btn_text">Increase Volume</span>
</button>
<button id="btn_volume_mute" onclick="volume_mute();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Mute Volume" >
<img src="images/volume_mute.png" alt="Mute Volume" />
<img src="images/speaker_mute.png" alt="Mute Volume" />
<span class="btn_text">Mute Volume</span>
</button>
</div>
......
......@@ -95,7 +95,7 @@ sout and playlist .
<span class="btn_text">Increase Volume</span>
</button>
<button id="btn_volume_mute" onclick="volume_mute();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Mute Volume" >
<img src="images/volume_mute.png" alt="Mute Volume" />
<img src="images/speaker_mute.png" alt="Mute Volume" />
<span class="btn_text">Mute Volume</span>
</button>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment