[vlc-commits] Make Linux version message more similar to others

Jean-Baptiste Kempf git at videolan.org
Fri Feb 14 11:50:20 CET 2014


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 14 11:46:10 2014 +0100| [4260e3a1b99962c1a77f70d96034c5cfe52b53ec] | committer: Jean-Baptiste Kempf

Make Linux version message more similar to others

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=4260e3a1b99962c1a77f70d96034c5cfe52b53ec
---

 npapi/vlcshell.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/npapi/vlcshell.h b/npapi/vlcshell.h
index c8d7c8e..6d6f95a 100644
--- a/npapi/vlcshell.h
+++ b/npapi/vlcshell.h
@@ -67,8 +67,8 @@ NPint16_t NPP_HandleEvent( NPP instance, void * event );
  ******************************************************************************/
 #define PLUGIN_NAME         "VLC Web Plugin"
 #define PLUGIN_DESCRIPTION \
-    "Version %s, copyright 1996-2012 VideoLAN and Authors" \
-    "<br />" \
+    "VLC media player Web Plugin %s<br />" \
+    "Copyright © 2002-2014 VLC authors and VideoLAN<br />" \
     "<a href=\"http://www.videolan.org/vlc/\">http://www.videolan.org/vlc/</a>"
 
 #endif



More information about the vlc-commits mailing list