]> git.sesse.net Git - vlc/commitdiff
macosx-plugin: Removed English to English localisation of the bundle info
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 17 Feb 2009 16:20:37 +0000 (17:20 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 17 Feb 2009 16:22:34 +0000 (17:22 +0100)
This was done for no obvious reason in the past... Additionally, this fixes proper version information display in the Finder's Information panel.

configure.ac
extras/package/macosx/plugin/English.lproj/InfoPlist.strings.in [deleted file]
projects/mozilla/Makefile.am

index 21b09f1c522a5899dc0fee87a0e37a95aca1bb4e..18a0e2d22d21a5ae1ec2356bdf88196f00567a28 100644 (file)
@@ -5900,7 +5900,6 @@ AC_CONFIG_FILES([
   extras/package/macosx/Resources/English.lproj/InfoPlist.strings
   extras/package/macosx/plugin/Info.plist
   extras/package/macosx/plugin/InstallerInfo.plist
-  extras/package/macosx/plugin/English.lproj/InfoPlist.strings
   Makefile
   projects/activex/Makefile
   projects/activex/axvlc.inf
diff --git a/extras/package/macosx/plugin/English.lproj/InfoPlist.strings.in b/extras/package/macosx/plugin/English.lproj/InfoPlist.strings.in
deleted file mode 100644 (file)
index 6014abd..0000000
Binary files a/extras/package/macosx/plugin/English.lproj/InfoPlist.strings.in and /dev/null differ
index 3f7f33e9229f8994a13c695f46124d294e704e8b..c04dad1c567a15a08bf7b7d74fb453710b8a2ed8 100644 (file)
@@ -112,8 +112,6 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES)
        $(INSTALL) .libs/npvlc.dylib "VLC-Plugin.plugin/Contents/MacOS/lib"
        dylib="VLC-Plugin.plugin/Contents/MacOS/lib/npvlc.dylib"; $(FIXEXECPATH);
        $(INSTALL) npvlc.rsrc "VLC-Plugin.plugin/Contents/Resources/VLC Plugin.rsrc"
-       cp -r "$(top_srcdir)/extras/package/macosx/plugin/English.lproj" "VLC-Plugin.plugin/Contents/Resources/"
-       cp -r "$(top_builddir)/extras/package/macosx/plugin/English.lproj" "VLC-Plugin.plugin/Contents/Resources/"
        $(INSTALL) "$(top_builddir)/extras/package/macosx/plugin/Info.plist" "VLC-Plugin.plugin/Contents/Info.plist"
        mv "VLC-Plugin.plugin" "VLC Plugin.plugin"
        find "VLC Plugin.plugin" -type d -exec chmod ugo+rx '{}' \;