$OpenBSD: patch-src_plugin_types_std_cpp,v 1.1 2009/04/14 09:39:50 ajacoutot Exp $
--- src/plugin_types_std.cpp.orig	Sun Apr 12 23:23:34 2009
+++ src/plugin_types_std.cpp	Sun Apr 12 23:25:33 2009
@@ -116,7 +116,7 @@ NPError PluginGetValue(NPPVariable variable, void *val
     // some sites use this description to figure out what formats can be played. So we have to make sure the 
     // description matches the features
     if (variable == NPPVpluginNameString) {
-        *((const char **) value) = "gecko-mediaplayer " VERSION;
+        *((const char **) value) = "mplayerplug-in is now gecko-mediaplayer " VERSION;
     }
     if (variable == NPPVpluginDescriptionString) {
         *((const char **) value) =
