]> git.sesse.net Git - vlc/commitdiff
http: fix volume mute icon file name
authorCan Wu <wu.canus@gmail.com>
Wed, 13 Apr 2011 17:59:51 +0000 (19:59 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Thu, 21 Apr 2011 09:28:52 +0000 (11:28 +0200)
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
share/http/dialogs/main
share/lua/http/dialogs/main

index 244c4d9f83b3ac9bb204c90d60a79953c9dc9639..fb642593601cd617eebf6fe2335674ed2547975e 100644 (file)
@@ -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>
index 55b302e2e23fbf0cdb946cdc69236f36e3764db9..8de837459bf0a07b9f6e2d99158739b30afe4868 100644 (file)
@@ -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>