[vlc-commits] Fix UTF-8 symbol for OSX

Jean-Baptiste Kempf git at videolan.org
Fri Feb 14 12:05:35 CET 2014


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 14 12:05:18 2014 +0100| [279d36f72fffc9f5cb3690b1c87e53b869dd731c] | committer: Jean-Baptiste Kempf

Fix UTF-8 symbol for OSX

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

 extras/macosx/Info.plist.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/macosx/Info.plist.in b/extras/macosx/Info.plist.in
index c318bcd..84e3033 100644
--- a/extras/macosx/Info.plist.in
+++ b/extras/macosx/Info.plist.in
@@ -9,7 +9,7 @@
 	<key>CFBundleGetInfoString</key>
 	<string>VLC media player Web Plugin @VERSION@</string>
 	<key>CFHumanReadableCopyright</key>
-	<string>Copyright  @COPYRIGHT_YEARS@ VideoLAN and authors</string>
+	<string>Copyright © @COPYRIGHT_YEARS@ VideoLAN and authors</string>
 	<key>CFBundleIdentifier</key>
 	<string>org.videolan.vlc-npapi-plugin</string>
 	<key>CFBundleInfoDictionaryVersion</key>



More information about the vlc-commits mailing list