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

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


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

Make Linux version message more similar to others

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

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

diff --git a/npapi/vlcshell.h b/npapi/vlcshell.h
index c8d7c8e..b5768fc 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 VideoLA<br />" \
     "<a href=\"http://www.videolan.org/vlc/\">http://www.videolan.org/vlc/</a>"
 
 #endif



More information about the vlc-commits mailing list