Index: src/totem-mozilla-plugin.cpp =================================================================== RCS file: /cvs/gnome/totem/src/totem-mozilla-plugin.cpp,v retrieving revision 1.54 diff -p -u -u -p -r1.54 totem-mozilla-plugin.cpp --- src/totem-mozilla-plugin.cpp 21 Jun 2006 16:35:51 -0000 1.54 +++ src/totem-mozilla-plugin.cpp 3 Jul 2006 16:25:47 -0000 @@ -648,7 +655,7 @@ totem_plugin_get_value (NPP instance, NP switch (variable) { case NPPVpluginNameString: - *((char **)value) = "Totem Web Browser Plugin"; + *((char **)value) = "Totem Mozilla Plugin/Windows Media Player 7.0 Compatible/QuickTime Plug-in 7 compatible/Real Player Plugin 10"; break; case NPPVpluginDescriptionString: *((char **)value) = totem_plugin_get_description();