[vlc-commits] extras/mac: fix JSON parsing
Felix Paul Kühne
git at videolan.org
Tue Jan 28 15:13:05 CET 2014
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jan 28 15:12:28 2014 +0100| [851b88df520536dc061bb22d3192f74bb67685d7] | committer: Felix Paul Kühne
extras/mac: fix JSON parsing
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=851b88df520536dc061bb22d3192f74bb67685d7
---
extras/macosx/Info.plist.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/macosx/Info.plist.in b/extras/macosx/Info.plist.in
index ce86744..d179bc2 100644
--- a/extras/macosx/Info.plist.in
+++ b/extras/macosx/Info.plist.in
@@ -7,9 +7,9 @@
<key>CFBundleExecutable</key>
<string>VLC-Plugin</string>
<key>CFBundleGetInfoString</key>
- <string>VLC Webbrowser Plugin - Version @VERSION@ - (c) @COPYRIGHT_YEARS@ VideoLAN & authors.</string>
+ <string>VLC Webbrowser Plugin - Version @VERSION@ - (c) @COPYRIGHT_YEARS@ VideoLAN and authors.</string>
<key>CFHumanReadableCopyright</key>
- <string>Copyright (c) @COPYRIGHT_YEARS@ VideoLAN & authors</string>
+ <string>Copyright (c) @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