Skip to content

Commit

Permalink
Fix mixed up silverlight icon for Bug 589061
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarrity committed Aug 12, 2011
1 parent 213a680 commit 9c4b53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugincheck_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
} else if (pluginName.indexOf("VLC") >= 0) {
return icons.vlc;
} else if (pluginName.indexOf("Silverlight") >= 0) {
return icons.wmp;
return icons.silverlight;
} else if (pluginName.indexOf("Shockwave") >= 0) {
return icons.shockwave;
} else if (pluginName.indexOf("RealPlayer") >= 0) {
Expand Down Expand Up @@ -438,4 +438,4 @@
Pfs.findPluginInfos(Pfs.UI.navInfo, browserPlugins, incrementalCallbackFn, finishedCallbackFn);

};
})();
})();

0 comments on commit 9c4b53f

Please sign in to comment.