Index: trunk/extensions/OggHandler/OggPlayer.js |
— | — | @@ -271,7 +271,7 @@ |
272 | 272 | // Note: Totem and KMPlayer also use this pluginName, which is |
273 | 273 | // why we check for them first |
274 | 274 | player = 'quicktime-mozilla'; |
275 | | - } else if ( pluginName.toLowerCase() == 'vlc multimedia plugin' ) { |
| 275 | + } else if ( (pluginName.toLowerCase() == 'vlc multimedia plugin') || (pluginName.toLowerCase() == 'vlc multimedia plug-in') ) { |
276 | 276 | player = 'vlc-mozilla'; |
277 | 277 | } else if ( type == 'application/ogg' ) { |
278 | 278 | player = 'oggPlugin'; |