[vlc-commits] extras/mac: fix executatable name
    Felix Paul Kühne 
    git at videolan.org
       
    Mon Jan 27 15:42:02 CET 2014
    
    
  
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jan 27 15:41:59 2014 +0100| [0e1649d568a3db261ab8469e00e73c104c164179] | committer: Felix Paul Kühne
extras/mac: fix executatable name
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=0e1649d568a3db261ab8469e00e73c104c164179
---
 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 6079325..774a9e4 100644
--- a/extras/macosx/Info.plist.in
+++ b/extras/macosx/Info.plist.in
@@ -5,7 +5,7 @@
 	<key>CFBundleDevelopmentRegion</key>
 	<string>English</string>
 	<key>CFBundleExecutable</key>
-	<string>VLC Plugin</string>
+	<string>VLC-Plugin</string>
 	<key>CFBundleGetInfoString</key>
 	<string>VLC Webbrowser Plugin - Version @VERSION@ - (c) @COPYRIGHT_YEARS@ The VideoLAN Team.</string>
 	<key>CFHumanReadableCopyright</key>
    
    
More information about the vlc-commits
mailing list