[vlc-devel] commit: macosx-plugin: Removed English to English localisation of the bundle info ( Felix Paul Kühne )
git version control
git at videolan.org
Tue Feb 17 17:22:36 CET 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Feb 17 17:20:37 2009 +0100| [b5aec87d99906fbca13083b0ff24d1cb4d2516f8] | committer: Felix Paul Kühne
macosx-plugin: Removed English to English localisation of the bundle info
This was done for no obvious reason in the past... Additionally, this fixes proper version information display in the Finder's Information panel.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5aec87d99906fbca13083b0ff24d1cb4d2516f8
---
configure.ac | 1 -
.../plugin/English.lproj/InfoPlist.strings.in | Bin 570 -> 0 bytes
projects/mozilla/Makefile.am | 2 --
3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 21b09f1..18a0e2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
index 6014abd..0000000
Binary files a/extras/package/macosx/plugin/English.lproj/InfoPlist.strings.in and /dev/null differ
diff --git a/projects/mozilla/Makefile.am b/projects/mozilla/Makefile.am
index 3f7f33e..c04dad1 100644
--- a/projects/mozilla/Makefile.am
+++ b/projects/mozilla/Makefile.am
@@ -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 '{}' \;
More information about the vlc-devel
mailing list